Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 30,980 for

doc

(0.04 sec)
  1. DocumentBuilder constructor | Aspose.Words for ...

    Aspose.Words.DocumentBuilder constructor... DocumentBuilder(doc) Initializes a new instance of...this class. DocumentBuilder ( doc : Aspose . Words . Document )...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Fields::FieldCompare::get_RightE...

    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...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Font.allCaps property | Aspose.Words for Node.js

    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...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Font.smallCaps property | Aspose.Words for Node.js

    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...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Fields::FieldImport::get_IsLinke...

    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...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. FieldTitle.Text | Aspose.Words for .NET

    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...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Style.paragraph_format property | Aspose.Words ...

    Style.paragraph_format property. Gets the paragraph formatting of the style.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a custom paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Paragraph.parent_section property | Aspose.Word...

    Paragraph.parent_section property. Retrieves the parent [Section](../../section/) of the paragraph.... doc = aw . Document () # Create a...HeaderFooter ( doc , aw . HeaderFooterType . HEADER_PRIMARY ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  9. StructuredDocumentTag.styleName property | Aspo...

    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...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Watermark class | Aspose.Words for Python

    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...

    reference.aspose.com/words/python-net/aspose.wo...