pub trait GuiEAIViewer2D_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided methods
fn annoutation_enabled(&self) -> Result<i32> { ... }
fn set_annoutation_enabled(&self, value: i32) -> Result<()> { ... }
fn annotation_mode(&self) -> Result<i16> { ... }
fn set_annotation_mode(&self, value: i16) -> Result<()> { ... }
fn redlining_stream(&self) -> Result<String> { ... }
fn set_redlining_stream(&self, value: String) -> Result<()> { ... }
fn annotation_text_request(&self, p0: String) -> Result<()> { ... }
}