Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 165,418 for

doc

(0.1 sec)
  1. Revision Class | Aspose.Words for .NET

    Explore the Aspose.Words.Revision class to manage tracked changes in Documents. Easily identify revision types for seamless Document editing.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/net/aspose.words/rev...
  2. Aspose::Words::Document::get_Sections method | ...

    Aspose::Words::Document::get_Sections method. Returns a collection that represents all sections in the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "This...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. CustomXmlPart.data property | Aspose.Words for ...

    CustomXmlPart.data property. Gets or sets the XML content of this Custom XML Data Storage Part.... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. CustomXmlPart.schemas property | Aspose.Words f...

    CustomXmlPart.schemas property. Specifies the set of XML schemas that are associated with this custom XML part.... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. IStructuredDocumentTag.xmlMapping property | As...

    IStructuredDocumentTag.xmlMapping property. Gets an object that represents the mapping of this structured Document tag to XML data in a custom XML part of the current Document.... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PageVerticalAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.PageVerticalAlignment enum for optimal text alignment on pages. Enhance your Document's layout with precise vertical justification!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/net/aspose.words/pag...
  7. Aspose::Words::RevisionCollection class | Aspos...

    Aspose::Words::RevisionCollection class. A collection of Revision objects that represent revisions in the Document. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Normal editing of the document...

    reference.aspose.com/words/cpp/aspose.words/rev...
  8. Გადაიყვანეთ Გამოსახულება DOC Javascript

    გადაიყვანეთ Გამოსახულება Doc JavaScript ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც Doc JavaScript....გადაიყვანეთ გამოსახულება DOC JavaScript ში Მაღალი სიჩქარით Node...გამოსახულება to DOC Პროგრამულად გადააკეთეთ გამოსახულება DOC-ზე Node.js...

    products.aspose.com/words/ka/nodejs-net/convers...
  9. Document.unprotect method | Aspose.Words for Py...

    aspose.words.Document.unprotect method... doc = aw . Document () doc . protect ( type...ProtectionType . READ_ONLY , doc . protection_type ) # If we open...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Paragraph.get_effective_tab_stops method | Aspo...

    Paragraph.get_effective_tab_stops method. Returns array of all tab stops applied to this paragraph, including applied indirectly by styles or lists.... doc = aw . Document () para = doc . first_section...self . assertEqual ( 0 , len ( doc . first_section . body . first_paragraph...

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