Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 30,883 for

doc

(0.04 sec)
  1. WriteProtection.ReadOnlyRecommended | Aspose.Wo...

    Discover the WriteProtection ReadOnlyRecommended property, guiding users to open Documents in read-only mode for enhanced security and integrity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.set...
  2. Aspose::Words::Tables::Table::Table constructor...

    Aspose::Words::Tables::Table::Table constructor. Initializes a new instance of the Table class in C++....DocumentBase > & doc ) Parameter Type Description doc const Syste...how to create a table. auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. CustomPart.RelationshipType | Aspose.Words for ...

    Discover the CustomPart RelationshipType property to easily manage and define relationships between parent and custom parts for enhanced functionality.... Document doc = new Document ( MyDir + "Custom...docx" ); Assert . AreEqual ( 2 , doc . PackageCustomParts . Count...

    reference.aspose.com/words/net/aspose.words.mar...
  4. CustomPart.relationship_type property | Aspose....

    CustomPart.relationship_type property. Gets or sets the relationship type from the parent part to this custom part.... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

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

    Discover how the PageSetup SuppressEndnotes property enhances your Document layout by controlling endnote placement for clearer, organized sections....SuppressEndnotes () { Document doc = new Document (); doc . RemoveAllChildren...EndnotePosition . EndOfDocument , doc . EndnoteOptions . Position );...

    reference.aspose.com/words/net/aspose.words/pag...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...