Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 43,181 for

doc

(0.19 sec)
  1. Paragraph.AppendField | Aspose.Words for .NET

    Enhance your Document with the Paragraph AppendField method, seamlessly adding custom fields to paragraphs for improved organization and clarity....Document doc = new Document (); Paragraph paragraph = doc . FirstSection...AreEqual ( "Placeholder value" , doc . Range . Fields [ 2 ]. Result...

    reference.aspose.com/words/net/aspose.words/par...
  2. Document.Cleanup | Aspose.Words for .NET

    Optimize your Documents with our Cleanup method—remove unused styles and lists for a cleaner, more efficient workflow. Enhance readability today!... Document doc = new Document (); doc . Styles . Add (...StyleType . List , "MyListStyle1" ); doc . Styles . Add ( StyleType ....

    reference.aspose.com/words/net/aspose.words/doc...
  3. Aspose::Words::HeaderFooter::get_IsLinkedToPrev...

    Aspose::Words::HeaderFooter::get_IsLinkedToPrevious method. True if this header or footer is linked to the corresponding header or footer in the previous section in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/hea...
  4. LayoutCollector.get_start_page_index method | A...

    LayoutCollector.get_start_page_index method. Gets 1-based index of the page where node begins... doc = aw . Document () layout_collector... layout . LayoutCollector ( doc ) # Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Style.BaseStyleName | Aspose.Words for .NET

    Discover how to customize the BaseStyleName property to enhance your design. Easily get or set the style name for improved visual appeal!... Document doc = new Document ( MyDir + "Style...separate alias. Style style = doc . Styles [ "MyStyle" ]; Assert...

    reference.aspose.com/words/net/aspose.words/sty...
  6. CustomXmlPart class | Aspose.Words for Node.js

    Aspose.Words.Markup.CustomXmlPart class. Represents a Custom XML Data Storage Part (custom XML data within a package)... Remarks A DOCX or DOC document can contain one or more...tag with custom XML data. let doc = new aw . Document (); // Construct...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Table.description property | Aspose.Words for N...

    Table.description property. Gets or sets description of this table...'CreateNestedTable' , () => { let doc = new aw . Document (); // Create...createTable ( doc , 3 , 4 , "Outer Table" ); doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. CustomXmlPartCollection class | Aspose.Words fo...

    Aspose.Words.Markup.CustomXmlPartCollection class. Represents a collection of Custom XML Parts... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. NodeCollection.Clear | Aspose.Words for .NET

    Effortlessly clear your NodeCollection with our Clear method, removing all nodes from both the collection and the Document for optimal performance.... Document doc = new Document ( MyDir + "Document...1 , doc . Sections . Count ); Assert . AreEqual ( 17 , doc . Sections...

    reference.aspose.com/words/net/aspose.words/nod...
  10. Font.all_caps property | Aspose.Words for Python

    Font.all_caps property. True if the font is formatted as all capital letters.... doc = aw . Document () para = doc . get_child (...capitals: run = aw . Run ( doc = doc , text = 'all capitals' )...

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