ChartAxis.hidden property. Gets or sets a flag indicating whether this axis is hidden or not....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
FieldChar.getField method. Returns a field for the field char....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...field = builder . insertField ( aw . Fields . FieldType . FieldDate...
DocumentBuilder.insertParagraph method. Inserts a paragraph break into the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Arial" ; font . underline = aw . Underline . Dash ; let paragraphFormat...
ListLevel.numberStyle property. Returns or sets the number style for this list level.... let doc = new aw . Document (); // A list allows...let list = doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...
PdfEncryptionDetails.ownerPassword property. Specifies the owner password for the encrypted PDF document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... let encryptionDetails = new aw . Saving . PdfEncryptionDetails...
PageSetup.pageNumberStyle property. Gets or sets the page number format....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . PageBreak ); builder...
aspose.words.saving.ImageBinarizationMethod enumeration. Specifies the method used to binarize image.... doc = aw . Document () builder = aw . DocumentBuilder...images. options = aw . saving . ImageSaveOptions ( aw . SaveFormat...