Sort Score
Result 10 results
Languages All
Labels All
Results 4,641 - 4,650 of 183,759 for

doc

(2.27 sec)
  1. BuiltInDocumentProperties.Lines | Aspose.Words ...

    Discover the BuiltInDocumentProperties Lines property, your key to estimating Document line counts efficiently for better content management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Lorem...

    reference.aspose.com/words/net/aspose.words.pro...
  2. DocumentVisitor.VisitSubDocument | Aspose.Words...

    Explore the DocumentVisitor's VisitSubDocument method, designed for efficient handling of subDocuments in your applications. Enhance your coding efficiency!... Document doc = new Document ( MyDir + "Do...and modify each visited node. doc . Accept ( visitor ); Console...

    reference.aspose.com/words/net/aspose.words/doc...
  3. ImageType enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.ImageType enumeration. Specifies the type (format) of an image in a Microsoft Word Document.... let doc = new aw . Document ( base ....WebP image.docx" ); let shape = doc . getShape ( 0 , true ); expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. CommentRangeEnd constructor | Aspose.Words for ...

    CommentRangeEnd constructor. Initializes a new instance of this class....constructor CommentRangeEnd(doc, id) Initializes a new instance...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TxtSaveOptions.SimplifyListLabels | Aspose.Word...

    Discover how TxtSaveOptions' SimplifyListLabels feature enhances clarity by streamlining complex list labels for improved text representation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a bulleted list...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Aspose::Words::Node::Clone method | Aspose.Word...

    Aspose::Words::Node::Clone method. Creates a duplicate of the node in C++.... auto doc = System :: MakeObject < Aspose...Words :: Paragraph > para = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/nod...
  7. Footnote constructor | Aspose.Words for Node.js

    Footnote constructor. Initializes an instance of the [Footnote](../) class....Footnote constructor Footnote(doc, footnoteType) Initializes an...the Footnote class. Footnote ( doc : Aspose . Words . DocumentBase...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Document.HyphenationOptions | Aspose.Words for ...

    Explore the Document HyphenationOptions property to customize hyphenation settings, enhancing readability and improving your Document's presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 24...

    reference.aspose.com/words/net/aspose.words/doc...
  9. HeaderFooter constructor | Aspose.Words for Nod...

    HeaderFooter constructor. Creates a new header or footer of the specified type....HeaderFooter constructor HeaderFooter(doc, headerFooterType) Creates a...specified type. HeaderFooter ( doc : Aspose . Words . DocumentBase...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Cell.NextCell | Aspose.Words for .NET

    Discover the NextCell property to easily access the next Cell node, enhancing your data management and streamlining your workflow.... Document doc = new Document ( MyDir + "Tables..."Tables.docx" ); Table table = doc . FirstSection . Body . Tables...

    reference.aspose.com/words/net/aspose.words.tab...