ChartNumberFormat.format_code property. Gets or sets the format code applied To a data label.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add a line chart, then...
List.has_same_template method. Returns true if the current list and the given list are created from the same template.... doc = aw . Document ( file_name =...'Different lists.docx' ) self . assertTrue ( doc . lists [ 0 ] ...
InlineSTory.last_paragraph property. Gets the last paragraph in the sTory.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) footnote = builder . insert_footnote...
InlineSTory.ensure_minimum method. If the last child is not a paragraph, creates and appends one empty paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) footnote = builder . insert_footnote...
InlineSTory.tables property. Gets a collection of tables that are immediate children of the sTory.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) footnote = builder . insert_footnote...
FieldHyperlink.screen_tip property. Gets or sets the ScreenTip text for the hyperlink.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) field = builder . insert_field...
StructuredDocumentTag.set_unchecked_symbol method. Sets the symbol used To represent the unchecked state of a check box content control.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) sdt_check_box = aw . markup...
Bookmark.name property. Gets or sets the name of the bookmark.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // A valid bookmark has a...
Aspose::Words::Fields::FieldUserAddress::get_UserAddress method. Gets or sets the current user's postal address in C++.... auto doc = System :: MakeObject < Aspose...set_Address ( u "123 Main Street" ); doc -> get_FieldOptions () -> set_CurrentUser...