aspose.words.saving.SvgTextOutputMode enumeration. Allows to specify how text inside a document should be rendered when saving in SVG format.... doc = aw . Document ( file_name = MY_DIR...or selectable text. options = aw . saving . SvgSaveOptions ()...
HorizontalRuleFormat.no_shade property. Indicates the presence of 3D shading for the horizontal rule... doc = aw . Document () builder = aw . DocumentBuilder...horizontal_rule_format . alignment = aw . drawing . HorizontalRuleAlignm...
HorizontalRuleFormat.color property. Gets or sets the brush color that fills the horizontal rule.... doc = aw . Document () builder = aw . DocumentBuilder...horizontal_rule_format . alignment = aw . drawing . HorizontalRuleAlignm...
FormField.type property. Returns the form field type.... doc = aw . Document () builder = aw . DocumentBuilder... name ) self . assertEqual ( aw . fields . FieldType . FIELD_FORM_DROP_DOWN...
HtmlSaveOptions.css_class_name_prefix property. Specifies a prefix which is added to all CSS class names... doc = aw . Document ( file_name = MY_DIR...'Paragraphs.docx' ) save_options = aw . saving . HtmlSaveOptions ()...
ReplacingArgs.replacement property. Gets or sets the replacement string....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...
Node.parent_node property. Gets the immediate parent of this node.... doc = aw . Document () para = doc . first_section...document's first paragraph. run = aw . Run ( doc = doc , text = 'Hello...
Aspose.Words.Vba.VbaReferenceCollection class. Represents a collection of [VbaReference](../vbareference/) objects...dll" ; let doc = new aw . Document ( base . myDir + "VBA...case aw . Vba . VbaReferenceType . Registered : case aw . Vba...