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

doc

(0.05 sec)
  1. Aspose::Words::Document::AcceptAllRevisions met...

    Aspose::Words::Document::AcceptAllRevisions method. Accepts all tracked changes in the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Edit the document while...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. CustomPart.name property | Aspose.Words for Python

    CustomPart.name property. Gets or sets this part's absolute name within the OOXML package or the target URL.... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  3. LayoutOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Layout.LayoutOptions to optimize Document layout control, enhancing your Word processing experience with flexible customization options.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert hidden text, then...

    reference.aspose.com/words/net/aspose.words.lay...
  4. TextPath | Aspose.Words for Java

    Defines the text and formatting of the text path of a WordArt object in Java....throws Exception { Document doc = new Document(); // Insert a...Shape shape = appendWordArt(doc, "Hello World! This text is bold...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose::Words::Markup::CustomXmlProperty::Custo...

    Aspose::Words::Markup::CustomXmlProperty::CustomXmlProperty constructor. Initializes a new instance of this class in C++.... void Create () { auto doc = MakeObject < Document > ();...= MakeObject < SmartTag > ( doc ); // Smart tags are composite...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. HeaderFooterCollection.Item | Aspose.Words for ...

    Access HeaderFooters effortlessly with the Item property. Retrieve specific headers or footers by index for streamlined Document management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Section...

    reference.aspose.com/words/net/aspose.words/hea...
  7. TableSubstitutionRule.get_substitutes method | ...

    TableSubstitutionRule.get_substitutes method. Returns array containing substitute font names for the specified original font name.... doc = aw . Document () font_settings...aw . fonts . FontSettings () doc . font_settings = font_settings...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Cell.cell_format property | Aspose.Words for Py...

    Cell.cell_format property. Provides access to the formatting properties of the cell.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::NodeCollection::RemoveAt method ...

    Aspose::Words::NodeCollection::RemoveAt method. Removes the node at the specified index from the collection and from the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. FieldOptions.built_in_templates_paths property ...

    FieldOptions.built_in_templates_paths property. Gets or sets paths of MS Word built-in templates.... doc = aw . Document () # Create a...AutoText building block to it. doc . glossary_document = aw . buildingblocks...

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