Aspose::Words::BreakType enum. Specifies type of a break inside a Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a table of contents...
Node.next_pre_order method. Gets next node according To the pre-order tree traversal algorithm.... doc = aw . Document ( file_name =...= MY_DIR + 'Images.docx' ) self . assertEqual ( 9 , len ( list...
Table.firstRow property. Returns the first [Row](../../../aspose.words.tables/row/) node in the table....let doc = new aw . Document ( base . myDir + "Tables.docx" );...Body node: let firstTable = doc . firstSection . body . tables...
Font.doubleStrikeThrough property. True if the font is formatted as double strikethrough text.... let doc = new aw . Document (); let para = doc . getParagraph...); let run = new aw . Run ( doc , "Text with a single-line strikethrough...
Font.strikeThrough property. True if the font is formatted as strikethrough text.... let doc = new aw . Document (); let para = doc . getParagraph...); let run = new aw . Run ( doc , "Text with a single-line strikethrough...
Effortlessly clear all properties from your DocumentPropertyCollection with our Clear method. Streamline your data management Today!... Document doc = new Document (); CustomDocumentProper...CustomDocumentProper properties = doc . CustomDocumentProper ; Assert...
Implements the STYLEREF field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Create a list based using...
ChartTitle.text property. Gets or sets the text of the chart title... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a chart shape with...
Discover if bidirectional text support is enabled in FieldOptions. Easily manage text updates for enhanced multilingual functionality.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Ensure that any field operation...
Aspose::Words::PageSetup::get_Gutter method. Gets or sets the amount of extra space added To the margin for Document binding in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); for ( int32_t i = 0 ; i <...