Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 180,110 for

doc

(0.23 sec)
  1. Aspose::Words::Document::get_AutomaticallyUpdat...

    Aspose::Words::Document::get_AutomaticallyUpdateStyles method. Gets or sets a flag indicating whether the styles in the Document are updated to match the styles in the attached template each time the Document is opened in MS Word in C++.... auto doc = System :: MakeObject < Aspose...System :: String :: Empty , doc -> get_AttachedTemplate ());...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Aspose::Words::HeaderFooter::get_ParentSection ...

    Aspose::Words::HeaderFooter::get_ParentSection method. Gets the parent section of this story in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Write ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/hea...
  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 = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Write ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/hea...
  4. Document.VersionsCount | Aspose.Words for .NET

    Discover the Document VersionsCount property to easily track the number of stored Document versions in your Doc files for better management and organization....versions that was stored in the DOC document. public int VersionsCount...Word supports versions only for DOC files. This property allows to...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Extract Content in Ruby|Aspose.Words for Java

    Extract contents from Word Document using Ruby....extract_content_between_paragraphs ( doc ) # Gather the nodes. The `GetChild`...words.NodeType" ) start_para = doc . getFirstSection () . getChild...

    docs.aspose.com/words/java/extract-content-in-r...
  6. Aspose::Words::Story::get_FirstParagraph method...

    Aspose::Words::Story::get_FirstParagraph method. Gets the first paragraph in the story in C++.... auto doc = System :: MakeObject < Aspose...< Aspose :: Words :: Run > ( doc , u "Hello world!" ); System...

    reference.aspose.com/words/cpp/aspose.words/sto...
  7. Aspose::Words::Settings::ViewOptions::get_ZoomP...

    Aspose::Words::Settings::ViewOptions::get_ZoomPercent method. Gets or sets the percentage at which you want to view your Document in C++.... auto doc = System :: MakeObject < Aspose...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> get_ViewOptions...

    reference.aspose.com/words/cpp/aspose.words.set...
  8. Margins enumeration | Aspose.Words for Python

    aspose.words.Margins enumeration. Specifies preset margins.... doc = aw . Document ( file_name =...the document within its pages. doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Node.NextPreOrder | Aspose.Words for .NET

    Discover the Node NextPreOrder method for efficient tree traversal. Learn how to retrieve the next node using the preorder algorithm effectively!... Document doc = new Document ( MyDir + "Images..."Images.docx" ); Assert . That ( doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words/nod...
  10. Node.previousPreOrder method | Aspose.Words for...

    Node.previousPreOrder method. Gets the previous node according to the pre-order tree traversal algorithm.... let doc = new aw . Document ( base ....+ "Images.docx" ); expect ( doc . getChildNodes ( aw . NodeType...

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