Aspose.Words.Drawing.GradientVariant enumeration. Specifies the variant for a gradient fill....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...
aspose.words.notes.EndnoteOptions class. Represents the endnote numbering options for a document or section... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . ENDNOTE...
Node.range property. Returns a [Range](../../range/) object that represents the portion of a document that is contained in this node.... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . SECTION_BREAK_CONTINUOUS...
Node.range property. Returns a [Range](../../range/) object that represents the portion of a document that is contained in this node....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . SectionBreakContinuo...
Table.topPadding property. Gets or sets the amount of space (in points) to add above the contents of cells....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...90 ; table . preferredWidth = aw . Tables . PreferredWidth . fromPoints...
PlainTextDocument.customDocumentProperties property. Gets [PlainTextDocument.customDocumentProperties](./) of the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...docx" ); let plaintext = new aw . PlainTextDocument ( base ....
Document.shade_form_data property. Specifies whether to turn on the gray shading on form fields.... doc = aw . Document () builder = aw . DocumentBuilder...insert_text_input ( 'My form field' , aw . fields . TextFormFieldType...
PclSaveOptions.addPrinterFont method. Adds information about font that is uploaded to the printer by manufacturer....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...world!" ); let saveOptions = new aw . Saving . PclSaveOptions ();...
Table.leftPadding property. Gets or sets the amount of space (in points) to add to the left of the contents of cells....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...90 ; table . preferredWidth = aw . Tables . PreferredWidth . fromPoints...
MarkdownSaveOptions.office_math_export_mode property. Specifies how OfficeMath will be written to the output file... doc = aw . Document ( file_name = MY_DIR...'Office math.docx' ) save_options = aw . saving . MarkdownSaveOptions...