Aspose::Words::Fields::FieldCompare::get_RightExpression method. Gets or sets the right part of the comparison expression in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); auto field = System :: ExplicitCast...
Font.allCaps property. True if the font is formatted as all capital letters.... let doc = new aw . Document (); let para = doc . getParagraph...capitals: let run = new aw . Run ( doc , "all capitals" ); run . font...
Font.smallCaps property. True if the font is formatted as small capital letters.... let doc = new aw . Document (); let para = doc . getParagraph...capitals: let run = new aw . Run ( doc , "all capitals" ); run . font...
Aspose::Words::Fields::FieldImport::get_IsLinked method. Gets or sets whether to reduce the file size by not storing graphics data with the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Below are two similar field...
Manage your FieldTitle Text property effortlessly. Easily get or set title text for enhanced clarity and user experience in your application.... Document doc = new Document (); // Set a value...built-in document property. doc . BuiltInDocumentPrope . Title...
Style.paragraph_format property. Gets the paragraph formatting of the style.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a custom paragraph...
StructuredDocumentTag.styleName property. Gets or sets the name of the style applied to the structured Document tag.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Below are two ways to apply...
aspose.words.Watermark class. Represents class to work with Document watermark... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...