ListFormat.removeNumbers method. Removes numbers or bullets from the current paragraph and sets list level to zero....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...removeNumbers (); builder . insertBreak ( aw . BreakType . ParagraphBreak...
aspose.words.saving.XpsSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.XPS](../../aspose.words/saveformat/#XPS) format... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . style_identifier = aw . StyleIdentifier . HEADING1...
BuiltInDocumentProperties.words property. Represents an estimate of the number of words in the document.... doc = aw . Document () builder = aw . DocumentBuilder...category. def content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs...
BuiltInDocumentProperties.lines property. Represents an estimate of the number of lines in the document.... doc = aw . Document () builder = aw . DocumentBuilder...category. def content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs...
SaveOptions.update_last_saved_time_property property. Gets or sets a value determining whether the [BuiltInDocumentProperties.last_saved_time](../../../aspose.words.properties/builtindocumentproperties/last_saved_time/) property is updated before saving.... doc = aw . Document ( MY_DIR + 'Document...built-in property. save_options = aw . saving . OoxmlSaveOptions ()...
Style.list property. Gets the list that defines formatting of this list style.... doc = aw . Document () # A list allows...list_style = doc . styles . add ( aw . StyleType . LIST , 'MyListStyle'...
ChartYValueCollection.formatCode property. Gets or sets the format code applied to the Y values....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
BookmarkCollection.clear method. Removes all bookmarks from this collection and from the document.... doc = aw . Document () builder = aw . DocumentBuilder...bookmark_name ) builder . insert_break ( aw . BreakType . PARAGRAPH_BREAK...