HtmlFixedSaveOptions.page_horizontal_alignment property. Specifies the horizontal alignment of pages in an HTML document... doc = aw . Document ( MY_DIR + 'Rendering...docx' ) html_fixed_save_options = aw . saving . HtmlFixedSaveOptions...
DocumentBuilder.endBookmark method. Marks the current position in the document as a bookmark end....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...
DocumentBuilder.startBookmark method. Marks the current position in the document as a bookmark start....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...
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...
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...
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...
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...
HorizontalRuleFormat.width_percent property. Gets or sets the length of the specified horizontal rule expressed as a percentage of the window width.... doc = aw . Document () builder = aw . DocumentBuilder...horizontal_rule_format . alignment = aw . drawing . HorizontalRuleAlignm...
CompositeNode.last_child property. Gets the last child of the node.... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . SECTION_BREAK_CONTINUOUS...
ChartTitle.text property. Gets or sets the text of the chart title...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...