aspose.words.fonts.FontSourceBase class. This is an abstract base class for the classes that allow the user to specify various font sources... file_font_source = aw . fonts . FileFontSource ( file_path...0 ) doc = aw . Document () doc . font_settings = aw . fonts ....
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...
DocumentBuilder.insert_paragraph method. Inserts a paragraph break into the document.... doc = aw . Document () builder = aw . DocumentBuilder...= 'Arial' font . underline = aw . Underline . DASH paragraph_format...
Aspose.Words.Drawing.Charts.LegendPosition enumeration. Specifies the possible positions for a chart legend....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
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...
ChartDataTable.hasHorizontalBorder property. Gets or sets a flag indicating whether a horizontal border of the data table is displayed...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...