ImageSaveOptions.jpegQuality property. Gets or sets a value determining the quality of the generated JPEG images....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...imageOptions = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...
Aspose.Words.Notes.EndnotePosition enumeration. Defines the endnote position....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); builder . insertFootnote ( aw . Notes . FootnoteType . Endnote...
TabStopCollection.remove_by_position method. Removes a tab stop at the specified position from the collection.... doc = aw . Document ( file_name = MY_DIR...para in doc . get_child_nodes ( aw . NodeType . PARAGRAPH , True...
aspose.words.saving.PdfZoomBehavior enumeration. Specifies the type of zoom applied to a PDF document when it is opened in a PDF viewer.... doc = aw . Document () builder = aw . DocumentBuilder...factor a value of 25%. options = aw . saving . PdfSaveOptions ()...
aspose.words.Watermark class. Represents class to work with document watermark... doc = aw . Document () # Add a plain text...watermark. text_watermark_options = aw . TextWatermarkOptions () te...
ShapeBase.distanceRight property. Returns or sets the distance (in points) between the document text and the right edge of the shape....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...
ShapeBase.distanceTop property. Returns or sets the distance (in points) between the document text and the top edge of the shape....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...
ShapeBase.distanceBottom property. Returns or sets the distance (in points) between the document text and the bottom edge of the shape....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...
ShapeBase.parentParagraph property. Returns the immediate parent paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . TextBox...