Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 43,684 for

doc

(0.06 sec)
  1. DocumentProperty.link_source property | Aspose....

    DocumentProperty.link_source property. Gets the source of a linked custom Document property.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_bookmark...

    reference.aspose.com/words/python-net/aspose.wo...
  2. MailMerge.UseNonMergeFields | Aspose.Words for ...

    Unlock the power of MailMerge! Use the UseNonMergeFields property to enhance your Documents by merging into various field types seamlessly....preserveUnusedTags ) { Document doc = CreateSourceDocWithA (); DataTable...MERGEFIELDs and leave them unfilled. doc . MailMerge . PreserveUnusedTags...

    reference.aspose.com/words/net/aspose.words.mai...
  3. HtmlSaveOptions.DocumentSplitHeadingLevel | Asp...

    Optimize Document splitting with HtmlSaveOptions' DocumentSplitHeadingLevel. Control heading levels for better organization. Default set to 2.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Every paragraph that we...

    reference.aspose.com/words/net/aspose.words.sav...
  4. SaveOptions.update_ambiguous_text_font property...

    SaveOptions.update_ambiguous_text_font property. Determines whether the font attributes will be changed according to the character code being used.... doc = aw . Document ( file_name =...'Special symbol.docx' ) run = doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Story.deleteShapes method | Aspose.Words for No...

    Story.deleteShapes method. Deletes all shapes from the text of this story.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Use a DocumentBuilder to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 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...
  7. Story.storyType property | Aspose.Words for Nod...

    Story.storyType property. Gets the type of this story.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Use a DocumentBuilder to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 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...
  9. 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...
  10. Aspose::Words::Font::get_StrikeThrough method |...

    Aspose::Words::Font::get_StrikeThrough method. True if the font is formatted as strikethrough text in C++.... auto doc = MakeObject < Document > ();...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph...

    reference.aspose.com/words/cpp/aspose.words/fon...