Aspose.Words.PageSetup class. Represents the page setup properties of a section...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . pageSetup . orientation = aw . Orientation . Landscape ; builder...
FindReplaceOptions.ignoreShapes property. Gets or sets a boolean value indicating either to ignore shapes within a text....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertShape ( aw . Drawing . ShapeType . Balloon...
LoadOptions.password property. Gets or sets the password for opening an encrypted document... let certificateHolder = aw . DigitalSignatures . CertificateHolder...base . myDir + "morzal.pfx" , "aw" ); // Create a comment, date...
aspose.words.vba.VbaModuleType enumeration. Specifies the type of a model in a VBA project.... doc = aw . Document () # Create a new...new VBA project. project = aw . vba . VbaProject () project . name...
ImageSaveOptions.clone method. Creates a deep clone of this object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...imageSaveOptions = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...
FieldQuote.text property. Gets or sets the text to retrieve.... doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_QUOTE...
ChartAxisTitle.format property. Provides access to fill and line formatting of the axis title.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
EditableRange.remove method. Removes the editable range from the document...let doc = new aw . Document (); doc . protect ( aw . ProtectionType..."MyPassword" ); let builder = new aw . DocumentBuilder ( doc ); builder...
EditableRangeStart.editableRange property. Gets the facade object that encapsulates this editable range start and end....let doc = new aw . Document (); doc . protect ( aw . ProtectionType..."MyPassword" ); let builder = new aw . DocumentBuilder ( doc ); builder...