aspose.words.fields.FieldStart class. Represents a start of a Word field in a document...def test_fields ( self ): doc = aw . Document ( MY_DIR + "Hyperlinks...if field_start . field_type == aw . fields . FieldType . FIELD_HYPERLINK...
ImportFormatOptions.forceCopyStyles property. Gets or sets a boolean value indicating either to copy conflicting styles in [ImportFormatMode.KeepSourceFormatting](../../importformatmode/#KeepSourceFormatting) mode... const srcDoc = new aw . Document ( base . myDir + "Styles...source.docx" ); const dstDoc = new aw . Document ( base . myDir + "Styles...
aspose.words.drawing.charts.LegendPosition enumeration. Specifies the possible positions for a chart legend.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
ParagraphFormat.style property. Gets or sets the paragraph style applied to this formatting....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...style = doc . styles . add ( aw . StyleType . Paragraph , "MyStyle1"...
ImageSaveOptions.tiffCompression property. Gets or sets the type of compression to apply when saving generated images to the TIFF format....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...options = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...
ImageSaveOptions.imageColorMode property. Gets or sets the color mode for the generated images....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...imageSaveOptions = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...
PsSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used... let doc = new aw . Document ( base . myDir + "Paragraphs...normally. let saveOptions = new aw . Saving . PsSaveOptions () saveOptions...
TabStop.position property. Gets the position of the tab stop in points.... doc = aw . Document ( file_name = MY_DIR...para in doc . get_child_nodes ( aw . NodeType . PARAGRAPH , True...
Aspose.Words.Notes.FootnoteSeparatorCollection class. Provides typed access to [FootnoteSeparator](../footnoteseparator/) nodes of a document.... let doc = new aw . Document ( base . myDir + "Footnotes...doc . footnoteSeparators . at ( aw . Notes . FootnoteSeparatorTyp...