aspose.words.Font class. Contains font attributes (font name, font size, color, and so on) for an object... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . border ...
aspose.words.HeaderFooter class. Represents a container for the header or footer text of a section...Name Description HeaderFooter(doc, header_footer_type) Creates...all footers from a document. doc = aw . Document ( file_name =...
PdfSaveOptions.digital_signature_details property. Gets or sets the details for signing the output PDF Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . writeln ( 'Contents of...
FieldListNum.list_name property. Gets or sets the name of the abstract numbering definition used for the numbering.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # LISTNUM fields display...
FieldToc.bookmark_name property. Gets or sets the name of the bookmark that marks the portion of the Document used to build the table.... def field_toc (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . start_bookmark ( 'MyBookmark'...
Discover PdfSaveOptions ZoomBehavior, control zoom settings for optimal viewing in PDF viewers. Enhance user experience with tailored Document display!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...
Aspose.Words.Saving.TiffCompression enumeration. Specifies what type of compression to apply when saving page images into a TIFF file.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . insertImage ( base...
Shape.strokeColor property. Defines the color of a stroke.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Write some text, and then...
Aspose.Words.Saving.PdfImageCompression enumeration. Specifies the type of compression applied to images in the PDF file.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Jpeg...