FieldTC.entry_level property. Gets or sets the level of the entry....field_toc_entry_identifier (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Insert a TOC field, which will...
Aspose::Words::Font::get_LineSpacing method. Returns line spacing of this font (in points) in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Set different fonts for...
Aspose::Words::Font::get_HighlightColor method. Gets or sets the highlight (marker) color in C++.... auto doc = System :: MakeObject < Aspose...< Aspose :: Words :: Run > ( doc , u "Hello world!" ); System...
Discover the PreferredWidth Type property, which defines the measurement unit for preferred width values, enhancing your design precision and flexibility.... Document doc = new Document ( MyDir + "Tables..."Tables.docx" ); Table table = doc . FirstSection . Body . Tables...
DocumentBuilder.insertHorizontalRule method. Inserts a horizontal rule shape into the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertHorizontalRule...
HorizontalRuleFormat.alignment property. Gets or sets the alignment of the horizontal rule.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertHorizontalRule...