Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 30,980 for

doc

(0.04 sec)
  1. PlainTextDocument.built_in_document_properties ...

    PlainTextDocument.built_in_Document_properties property. Gets [PlainTextDocument.built_in_Document_properties](./) of the Document.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . b...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldStyleRef.StyleName | Aspose.Words for .NET

    Discover the FieldStyleRef StyleName property to easily customize and format your search text. Enhance your project's styling with flexibility and precision.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a list based using...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Aspose::Words::Tables::Cell::get_CellFormat met...

    Aspose::Words::Tables::Cell::get_CellFormat method. Provides access to the formatting properties of the cell in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. Document.firstSection property | Aspose.Words f...

    Document.firstSection property. Gets the first section in the Document.... let doc = new aw . Document (); // A...nodes that we can edit. expect ( doc . sections . count ). toEqual...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Node Class | Aspose.Words for .NET

    Discover the Aspose.Words.Node class, the essential foundation for all Word Document nodes, enabling seamless Document manipulation and customization.... Document doc = new Document ( MyDir + "Tables...docx" ); Assert . AreEqual ( 2 , doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words/node/
  6. DocumentBuilder.start_table method | Aspose.Wor...

    DocumentBuilder.start_table method. Starts a table in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CustomXmlPartCollection Class | Aspose.Words fo...

    Discover the Aspose.Words.Markup.CustomXmlPartCollection class, your go-to solution for managing Custom XML Parts efficiently and effortlessly.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  8. Aspose::Words::Markup::SmartTag::SmartTag const...

    Aspose::Words::Markup::SmartTag::SmartTag constructor. Initializes a new instance of the SmartTag class in C++....DocumentBase > & doc ) Parameter Type Description doc const Syste...tags. void Create () { auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. LayoutCollector class | Aspose.Words for Python

    aspose.words.layout.LayoutCollector class. This class allows to compute page numbers of Document nodes....Description LayoutCollector(doc) Initializes an instance of this...of pages that a node spans. doc = aw . Document () layout_collector...

    reference.aspose.com/words/python-net/aspose.wo...
  10. LoadOptions | Aspose.Words for .NET

    Discover the LoadOptions constructor, designed to effortlessly initialize a new instance with default values for optimal performance and efficiency....BaseUri = ImageDir ; Document doc = new Document ( stream , loadOptions...image. Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.loa...