Sort Score
Result 10 results
Languages All
Labels All
Results 8,891 - 8,900 of 167,256 for

doc

(0.21 sec)
  1. FieldSubject class | Aspose.Words for Python

    aspose.words.fields.FieldSubject class. Implements the SUBJECT field... doc = aw . Document () # Set a value..."Subject" built-in property. doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldEditTime class | Aspose.Words for Python

    aspose.words.fields.FieldEditTime class. Implements the EDITTIME field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # The EDITTIME field will...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldDocVariable Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldDocVariable class for seamless DocVARIABLE field integration, enhancing your Document automation and management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two ways of using...

    reference.aspose.com/words/net/aspose.words.fie...
  4. FieldTitle Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldTitle class for seamless TITLE field implementation. Enhance Document management with powerful features today!... Document doc = new Document (); // Set a value...built-in document property. doc . BuiltInDocumentPrope . Title...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FieldUserName Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldUserName class for seamless USERNAME field integration. Enhance Document automation with powerful features today!... Document doc = new Document (); // Create...userInformation . Name = "John Doe" ; doc . FieldOptions . CurrentUser...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldKeywords class | Aspose.Words for Python

    aspose.words.fields.FieldKeywords class. Implements the KEYWORDS field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add some keywords, also...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Markup::XmlMapping class | Aspos...

    Aspose::Words::Markup::XmlMapping class. Specifies the information that is used to establish a mapping between the parent structured Document tag and an XML element stored within a custom XML data part in the Document. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...:: CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  8. FieldToc.custom_styles property | Aspose.Words ...

    FieldToc.custom_styles property. Gets or sets a list of styles other than the built-in heading styles to include in the table of contents.... def field_toc (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . start_bookmark ( 'MyBookmark'...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldToc.preserve_tabs property | Aspose.Words ...

    FieldToc.preserve_tabs property. Gets or sets whether to preserve tab entries within table entries.... def field_toc (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . start_bookmark ( 'MyBookmark'...

    reference.aspose.com/words/python-net/aspose.wo...
  10. MailMergerContext | Aspose.Words for Java

    Mail merge context in Java....operation: String doc = getMyDir() + "Mail merge.doc"; String[] fieldNames...create(mailMergerContext) .from(doc) .to(getArtifactsDir() + "LowCode...

    reference.aspose.com/words/java/com.aspose.word...