Style.priority property. Gets/sets the integer value that represents the priority for sorting the styles in the Styles task pane.... let doc = new aw . Document (); let styleTitle...styleTitle = doc . styles . at ( aw . StyleIdentifier . Subtitle ); if...
RtfSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used... doc = aw . Document ( MY_DIR + 'Rendering...save it to an RTF. options = aw . saving . RtfSaveOptions ()...
Node.document property. Gets the document to which this node belongs....let doc = new aw . Document (); let para = new aw . Paragraph (...doc ); para . appendChild ( new aw . Run ( doc , "Hello world!"...
ChartSeriesCollection.count property. Returns the number of [ChartSeries](../../chartseries/) in this collection.... doc = aw . Document () builder = aw . DocumentBuilder...chart_shape = builder . insert_chart ( aw . drawing . charts . ChartType...
aspose.words.drawing.ole.CommandButtonControl class. The CommandButton control runs a macro that performs an action when a user clicks it.... builder = aw . DocumentBuilder () button1 = aw . drawing ....button1 ) self . assertEqual ( aw . drawing . ole . Forms2OleControlType...
TxtListIndentation.character property. Gets or sets which character to use for indenting list levels...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...plaintext. let txtSaveOptions = new aw . Saving . TxtSaveOptions ();...
FieldSubject.text property. Gets or sets the text of the subject.... doc = aw . Document () # Set a value for...built-in property. builder = aw . DocumentBuilder ( doc = doc...
SaveOptions.dml_effects_rendering_mode property. Gets or sets a value determining how DrawingML effects are rendered.... doc = aw . Document ( file_name = MY_DIR...the document to .PDF. options = aw . saving . PdfSaveOptions ()...
aspose.words.saving.ExportFontFormat enumeration. Indicates the format that is used to export fonts while rendering to HTML fixed format.... doc = aw . Document ( MY_DIR + 'Bullet...alternative font.docx' ) save_options = aw . saving . HtmlFixedSaveOptions...
FindReplaceOptions.useSubstitutions property. Gets or sets a boolean value indicating whether to recognize and use substitutions within replacement patterns...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...