TextWatermarkOptions.font_size property. Gets or sets a font size... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...
IStructuredDocumentTag.lock_content_control property. When set to true, this property will prohibit a user from deleting this SDT.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a plain text structured...
StructuredDocumentTag.lock_content_control property. When set to ``True``, this property will prohibit a user from deleting this SDT.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a plain text structured...
Node.node_type property. Gets the type of this node.... doc = aw . Document ( file_name =...docx' ) self . assertEqual ( 2 , doc . get_child_nodes ( aw . NodeType...
PageSetup.footnote_options property. Provides options that control numbering and positioning of footnotes in this section.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Hello...
ListFormat.list property. Gets or sets the list this paragraph is a member of.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) self . assertFalse ( builder...
Aspose.Words.Style class. Represents a single built-in or user-defined style... let doc = new aw . Document (); let style = doc . styles...= new aw . DocumentBuilder ( doc ); // Apply one of the styles...
Aspose::Words::Drawing::ShapeBase::get_Title method. Gets or sets the title (caption) of the current shape object in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Create a shape, give it...
Perl: how to use Aspose.Words for Java....DOC document. Perl # ! C : \ Perl...//Create new Document Document doc = new Document (); //Create DocumentBuilder...