Table.distanceLeft property. Gets or sets distance between table left and the surrounding text, in points.... let doc = new aw . Document ( base ....by text.docx" ); let table = doc . firstSection . body . tables...
ChartLegendEntry.font property. Provides access to the font formatting of this legend entry.... doc = aw . Document ( file_name =...Chart series.docx' ) chart = doc . get_child ( aw . NodeType ...
Implements the RD field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Use a document builder to...
Implements the FILESIZE field in Java.... Document doc = new Document(getMyDir() + "Document...docx"); Assert.assertEquals(doc.getBuiltInDocumentPr().getBytes()...
Table.distance_top property. Gets or sets distance between table top and the surrounding text, in points.... doc = aw . Document ( file_name =...wrapped by text.docx' ) table = doc . first_section . body . tables...
Implements the FORMTEXT field in Java.... Document doc = new Document(getMyDir() + "Form...fieldFormCheckBox = (FieldFormCheckBox) doc.getRange().getFields().get(1);...
Aspose::Words::RevisionGroupCollection::get_Count method. Returns the number of revision groups in the collection in C++.... auto doc = System :: MakeObject < Aspose..."Revisions.docx" ); ASSERT_EQ ( 7 , doc -> get_Revisions () -> get_Groups...
Aspose::Words::Tables::Table::get_HorizontalAnchor method. Gets the base object from which the horizontal positioning of floating table should be calculated. Default value is Column in C++.... auto doc = System :: MakeObject < Aspose...:: Tables :: Table > table = doc -> get_FirstSection () -> get_Body...