Sort Score
Result 10 results
Languages All
Labels All
Results 5,801 - 5,810 of 180,094 for

doc

(0.11 sec)
  1. Aspose::Words::Layout::LayoutOptions class | As...

    Aspose::Words::Layout::LayoutOptions class. Holds the options that allow controlling the Document layout process. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert hidden text, then...

    reference.aspose.com/words/cpp/aspose.words.lay...
  2. Aspose::Words::Saving::OoxmlSaveOptions::get_Di...

    Aspose::Words::Saving::OoxmlSaveOptions::get_DigitalSignatureDetails method. Gets or sets DigitalSignatureDetails object used to sign a Document in C++.... auto doc = System :: MakeObject < Aspose...get_SignOptions () -> get_Comments ()); doc -> Save ( get_ArtifactsDir ()...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Aspose::Words::Saving::DigitalSignatureDetails:...

    Aspose::Words::Saving::DigitalSignatureDetails::get_SignOptions method. Gets or sets a SignOptions object used to sign a Document in C++.... auto doc = System :: MakeObject < Aspose...get_SignOptions () -> get_Comments ()); doc -> Save ( get_ArtifactsDir ()...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. PageInfo.WidthInPoints | Aspose.Words for .NET

    Discover the PageInfo WidthInPoints property to easily retrieve the page width in points, enhancing your Document formatting and layout precision.... Document doc = new Document ( MyDir + "Rendering...PrinterSettings (). PaperSources ; doc . FirstSection . PageSetup ....

    reference.aspose.com/words/net/aspose.words.ren...
  5. VbaModule.name property | Aspose.Words for Python

    VbaModule.name property. Gets or sets VBA project module name.... doc = aw . Document ( MY_DIR + 'VBA...of VBA modules. vba_project = doc . vba_project if vba_project...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CompositeNode.AppendChild | Aspose.Words for .NET

    Discover how the CompositeNode AppendChild method enhances your coding by seamlessly adding nodes to your child node list. Boost your development efficiency!... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/com...
  7. Aspose::Words::Orientation enum | Aspose.Words ...

    Aspose::Words::Orientation enum. Specifies page orientation in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/cpp/aspose.words/ori...
  8. Aspose::Words::DocumentBuilder::get_Document me...

    Aspose::Words::DocumentBuilder::get_Document method. Gets or sets the Document object that this object is attached to in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Node.nodeType property | Aspose.Words for Node.js

    Node.nodeType property. Gets the type of this node....'RecurseChildren' , () => { let doc = new aw . Document ( base ....itself, is composite. expect ( doc . isComposite ). toEqual ( true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ParagraphFormat.spaceAfter property | Aspose.Wo...

    ParagraphFormat.spaceAfter property. Gets or sets the amount of spacing (in points) after the paragraph.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Apply a large amount of...

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