Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 30,983 for

doc

(0.12 sec)
  1. Paragraph.IsInsertRevision | Aspose.Words for .NET

    Discover the Paragraph IsInsertRevision property in Word. Learn how it identifies inserted text during change tracking for efficient Document management.... Document doc = new Document (); Body body = doc . FirstSection...para . AppendChild ( new Run ( doc , "Paragraph 1. " )); body ....

    reference.aspose.com/words/net/aspose.words/par...
  2. Paragraph.IsDeleteRevision | Aspose.Words for .NET

    Discover the IsDeleteRevision property in Microsoft Word. Learn how it indicates deletions during change tracking for efficient Document management.... Document doc = new Document (); Body body = doc . FirstSection...para . AppendChild ( new Run ( doc , "Paragraph 1. " )); body ....

    reference.aspose.com/words/net/aspose.words/par...
  3. Aspose::Words::Saving::SaveOptions::get_AllowEm...

    Aspose::Words::Saving::SaveOptions::get_AllowEmbeddingPostScriptFonts method. Gets or sets a boolean value indicating whether to allow embedding fonts with PostScript outlines when embedding TrueType fonts in a Document upon it is saved. The default value is false in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. UserInformation.defaultUser property | Aspose.W...

    UserInformation.defaultUser property. Default user information.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a UserInformation...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentBuilder.cell_format property | Aspose.W...

    DocumentBuilder.cell_format property. Returns an object that represents current table cell formatting properties.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Node | Aspose.Words for Java

    Base class for all nodes of a Word Document in Java.... Document doc = new Document(getMyDir() + "Tables...docx"); Assert.assertEquals(2, doc.getChildNodes(NodeType.TABLE...

    reference.aspose.com/words/java/com.aspose.word...
  7. StructuredDocumentTagRangeEnd | Aspose.Words fo...

    Represents an end of ranged structured Document tag which accepts multi-sections content in Java.... Document doc = new Document(getMyDir() + "Multi-section...rangeStartTag = (StructuredDocumentTa) doc.getChildNodes(NodeType.STRUC...

    reference.aspose.com/words/java/com.aspose.word...
  8. DocumentBuilder.MoveTo | Aspose.Words for .NET

    Discover the DocumentBuilder MoveTo method to easily navigate inline nodes and efficiently position your cursor at paragraph ends for seamless Document editing.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Run 1...

    reference.aspose.com/words/net/aspose.words/doc...
  9. OdtSaveOptions | Aspose.Words for .NET

    Discover the OdtSaveOptions constructor to effortlessly save Documents in ODT format. Streamline your workflow with this powerful tool!... Document doc = new Document ( MyDir + "Rendering...IsStrictSchema11 = exportToOdt11Specs }; doc . Save ( ArtifactsDir + "OdtSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  10. StructuredDocumentTag.Checked | Aspose.Words fo...

    Manage Checkbox SDT with the StructuredDocumentTag Checked property. Easily get/set its state—default is false. Enhance Document interactivity today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); StructuredDocumentTa sdtCheckBox...

    reference.aspose.com/words/net/aspose.words.mar...