Font.color property. Gets or sets the color of the font....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Courier New" ; font . underline = aw . Underline . Dash ; builder...
Font.position property. Gets or sets the position of text (in points) relative to the base line... let doc = new aw . Document (); let para = doc...above the baseline. let run = new aw . Run ( doc , "Raised text. "...
aspose.words.saving.PdfEncryptionDetails class. Contains details for encrypting and access permissions for a PDF document... doc = aw . Document () builder = aw . DocumentBuilder...annotations. encryption_details = aw . saving . PdfEncryptionDetails...
ShapeBase.fill property. Gets fill formatting for the shape....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...insertShape ( aw . Drawing . ShapeType . CloudCallout , aw . Drawing...
Aspose.Words.Drawing.Charts.ChartAxisTitle class. Provides access to the axis title properties...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
ShadowFormat.color property. Gets or sets a aspose.pydrawing.Color object that represents the color for the shadow... doc = aw . Document ( file_name = MY_DIR...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...
FrameFormat.width property. Gets the width of the specified frame, in points.... let doc = new aw . Document ( base . myDir + "Paragraph...frameFormat . heightRule ). toEqual ( aw . HeightRule . AtLeast ); expect...
SdtListItemCollection.selectedValue property. Specifies currently selected value in this list...let doc = new aw . Document (); let tag = new aw . Markup . StructuredDocumentTa... ( doc , aw . Markup . SdtType . DropDownList , aw . Markup ...
PdfSaveOptions.embedFullFonts property. Controls how fonts are embedded into the resulting PDF documents....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document. let originalFontsSources = aw . Fonts . FontSettings . defaultInstance...
Paragraph.is_list_item property. True when the paragraph is an item in a bulleted or numbered list in original revision.... doc = aw . Document () builder = aw . DocumentBuilder...lists . add ( list_template = aw . lists . ListTemplate . OUTLINE_NUMBERS...