TableStyle.topPadding property. Gets or sets the amount of space (in points) to add above the contents of table cells.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...
Table.style property. Gets or sets the table style applied to this table.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...
Aspose::Words::Tables::CellFormat::ClearFormatting method. Resets to default cell formatting. Does not change the width of the cell in C++.... auto doc = System :: MakeObject < Aspose...Tables :: Table > firstTable = doc -> get_FirstSection () -> get_Body...
Aspose::Words::Font::get_Name method. Gets or sets the name of the font in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Specify font formatting...
FieldRef.bookmark_name property. Gets or sets the referenced bookmark's name.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Name bookmarked text with...
NodeCollection.insert method. Inserts a node into the collection at the specified index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add text to the document...
StructuredDocumentTag constructor. Initializes a new instance of the Structured Document tag class....constructor StructuredDocumentTa(doc, type, level) Initializes a new...class. StructuredDocumentTa ( doc : Aspose . Words . DocumentBase...
Aspose::Words::Lists::ListCollection::get_Count method. Gets the count of numbered and bulleted lists in the Document in C++.... auto doc = System :: MakeObject < Aspose...lists = doc -> get_Lists (); ASPOSE_ASSERT_EQ ( doc , lists ->...