ChartSeries.data_points property. Returns a collection of formatting objects for all data points in this series....data_labels (): doc = aw . Document () builder = aw . DocumentBuilder...chart_shape = builder . insert_chart ( aw . drawing . charts . ChartType...
Aspose.Words.Markup.CustomXmlPartCollection class. Represents a collection of Custom XML Parts... let doc = new aw . Document (); // Construct an...tag = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...
XmlMapping.set_mapping method. Sets a mapping between the parent structured document tag and an XML node of a custom XML data part.... doc = aw . Document () # Construct an... tag = aw . markup . StructuredDocumentTa ( doc , aw . markup...
Aspose.Words.Section class. Represents a single section in a document... let doc = new aw . Document (); // A blank document...document node. let section = new aw . Section ( doc ); doc . appendChild...
Aspose.Words.Body class. Represents a container for the main text of a section... let doc = new aw . Document (); // A blank document...document node. let section = new aw . Section ( doc ); doc . appendChild...
TxtLoadOptions.auto_numbering_detection property. Gets or sets a boolean value indicating either automatic numbering detection will be performed while loading a document... options = aw . loading . TxtLoadOptions ()...auto_numbering_detection = False doc = aw . Document ( file_name = MY_DIR...
PdfSaveOptions.renderChoiceFormFieldBorder property. Specifies whether to render PDF choice form field border.... let doc = new aw . Document ( base . myDir + "Legacy...docx" ); let saveOptions = new aw . Saving . PdfSaveOptions ();...
Range.revisions property. Gets a collection of revisions (tracked changes) that exist in this range.... let doc = new aw . Document ( base . myDir + "Revisions...( revision . revisionType == aw . RevisionType . Deletion ) revision...
Font.noProofing property. True when the formatted characters are not to be spell checked....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...