HeaderFooterCollection indexer. Retrieves a [HeaderFooter](../../headerfooter/) at the given index....example -1 means the last item, -2 means the second before last and...) builder . write ( 'Section 2' ) builder . insert_break ( aw...
Aspose::Words::Fields::FieldOptions::get_ToaCategories method. Gets or sets the table Of authorities categories in C++...., toaCategories -> idx_get ( 2 )); toaCategories -> idx_set (...toaCategories -> idx_set ( 2 , u "My Category 2" ); // We can always...
BilateralSmoothingFilterOptions BilateralSmoothingFilterOptions constructor (1 Of2) Initializes a new instance Of th......BilateralSmoothingFi constructor (1 of 2) Initializes a new instance of...BilateralSmoothingFi constructor (2 of 2) Initializes a new instance...
CustResource CustResource constructor (1 Of2) Initializes a new instance Of the CustResource class. public CustResou......CustResource constructor (1 of 2) Initializes a new instance of...PSD CustResource constructor (2 of 2) Initializes a new instance...
Aspose::Words::Revision::get_Author method. Gets or sets the author Of this revision. Can not be empty string or null in C++....get_RevisionType ()); ASSERT_EQ ( 2 , doc -> get_Revisions () -> get_Count...Write ( u "This is revision #2." ); // Now move the node to create...
NodeCollection.removeAt method. Removes the node at the specified index from the collection and from the document....example -1 means the last node, -2 means the second before last and...); builder . write ( "Section 2" ); expect ( doc . getText ()...
NodeCollection.remove_at method. Removes the node at the specified index from the collection and from the document....example -1 means the last node, -2 means the second before last and...'Section 2' ) self . assertEqual ( 'Section 1 \x0c Section 2' , doc...
Represents all formatting for a table cell in Java....write("Row 1, Col 2"); builder.endRow(); // Changing...write("Row 2, Col 1"); builder.insertCell(); builder.write("Row 2, Col...