FieldHyperlink.target property. Gets or sets the target to which the link should be redirected.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_HYPERLINK...
SaveOptions.use_anti_aliasing property. Gets or sets a value determining whether or not to use anti-aliasing for rendering.... doc = aw . Document ( file_name = MY_DIR...'Rendering.docx' ) builder = aw . DocumentBuilder ( doc = doc...
aspose.words.TextWatermarkOptions class. Contains options that can be specified when adding a watermark with text... doc = aw . Document () # Add a plain text...watermark. text_watermark_options = aw . TextWatermarkOptions () te...
PageSetup.borderAppliesTo property. Specifies which pages the page border is printed on.... let doc = new aw . Document (); let pageSetup...pageSetup . borderDistanceFrom = aw . PageBorderDistanceFr . PageEdge...
SaveOptions.prettyFormat property. When ``true``, pretty formats output where applicable...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...htmlOptions = new aw . Saving . HtmlSaveOptions ( aw . SaveFormat...
IStructuredDocumentTag.appearance property. Gets or sets the appearance of the structured document tag.... let doc = new aw . Document ( base . myDir + "Multi-section...); let tag = doc . getChild ( aw . NodeType . StructuredDocumentTa...