Table.first_row property. Returns the first [Row](../../row/) node in the table.... doc = aw . Document ( file_name =...MY_DIR + 'Tables.docx' ) tables = doc . first_section . body . tables...
Aspose::Words::HeaderFooter::get_IsHeader method. True if this HeaderFooter object is a header in C++.... auto doc = System :: MakeObject < Aspose...:: Words :: HeaderFooter > ( doc , Aspose :: Words :: HeaderFooterType...
Aspose::Words::Properties::BuiltInDocumentProperties::get_HyperlinksChanged method. Indicates whether hyperlinks in a Document were changed in C++.... auto doc = System :: MakeObject < Aspose...properties.docx" ); ASSERT_TRUE ( doc -> get_BuiltInDocumentPrope ()...
Aspose::Words::Fields::FieldTitle::get_Text method. Gets or sets the text of the title in C++.... auto doc = System :: MakeObject < Aspose...built-in document property. doc -> get_BuiltInDocumentPrope ()...
ListLevel.custom_number_style_format property. Gets or sets the custom number style format for this list level... doc = aw . Document ( file_name =...leading zero.docx' ) list_level = doc . first_section . body . paragraphs...
TextColumnCollection.count property. Gets the number of columns in the section of a Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let columns = builder . pageSetup...
ShapeBase.hidden property. Gets or sets a boolean value indicating whether the shape is visible.... doc = aw . Document ( file_name =...'Shadow color.docx' ) shape = doc . get_child ( aw . NodeType ...
Font.line_spacing property. Returns line spacing of this font (in points).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Set different fonts for...
ParagraphFormat.hanging_punctuation property. Gets or sets a flag indicating whether hanging punctuation is enabled for the current paragraph.... doc = aw . Document ( file_name =...+ 'Document.docx' ) format = doc . first_section . body . first_paragraph...