ChartTitle.format property. Provides access to fill and line formatting of the chart title.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
VbaProject.is_signed property. Shows whether the [VbaProject](../) is signed or not.... doc = aw . Document ( MY_DIR + 'VBA...of VBA modules. vba_project = doc . vba_project if vba_project...
Chart.dataTable property. Provides access to properties of a data table of this chart... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
Table.alignment property. Specifies how an inline table is aligned in the Document.... let doc = new aw . Document ( base ...."Tables.docx" ); let table = doc . firstSection . body . tables...
Aspose::Words::Font::get_Emboss method. True if the font is formatted as embossed in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_Font () ->...
Discover the MarkdownSaveOptions LinkExportMode property to control link formatting in output files. Optimize your Document exports effortlessly!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertShape ( ShapeType...
ShapeBase.screen_tip property. Defines the text displayed when the mouse pointer moves over the shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_image...