Sort Score
Result 10 results
Languages All
Labels All
Results 5,051 - 5,060 of 180,074 for

doc

(0.15 sec)
  1. ControlChar.FieldStartChar | Aspose.Words for .NET

    Discover the ControlChar FieldStartChar for MS Word. Easily manage field characters and enhance your Document formatting with precision!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/net/aspose.words/con...
  2. Create or Add Table In PDF using Python|Aspose....

    Aspose.PDF for Python via .NET is a library used to create, read, and edit PDF Tables. Check other advanced functions in this topic....ap # Load source PDF document doc = ap . Document ( input_file...first page of input document doc . pages [ 1 ] . paragraphs ....

    docs.aspose.com/pdf/python-net/add-table-in-exi...
  3. ControlChar.NON_BREAKING_HYPHEN_CHAR property |...

    ControlChar.NON_BREAKING_HYPHEN_CHAR property. Non-breaking Hyphen in Microsoft Word is (char)30.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Working with Text in XPS file | Java

    How to add text to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/page/java/xps/working-with-text/
  5. InlineStory | Aspose.Words for Java

    Base class for inline-level nodes that can contain paragraphs and tables in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("Hello world...

    reference.aspose.com/words/java/com.aspose.word...
  6. IWarningCallback Interface | Aspose.Words for .NET

    Implement the Aspose.Words.IWarningCallback interface to customize methods for capturing fidelity warnings during Document loading and saving. Enhance Document integrity!... Document doc = new Document ( MyDir + "Missing...new WarningInfoCollectio (); doc . WarningCallback = warningCollector...

    reference.aspose.com/words/net/aspose.words/iwa...
  7. VbaProject.clone method | Aspose.Words for Python

    VbaProject.clone method. Performs a copy of the [VbaProject](../).... doc = aw . Document ( file_name =...) dest_doc = aw . Document () copy_vba_project = doc . vba_project...

    reference.aspose.com/words/python-net/aspose.wo...
  8. RevisionGroup.Author | Aspose.Words for .NET

    Discover the RevisionGroup Author property to easily identify the author of each revision group, enhancing your Document management efficiency.... Document doc = new Document ( MyDir + "Revisions..."Revisions.docx" ); Assert . That ( doc . Revisions . Groups . Count...

    reference.aspose.com/words/net/aspose.words/rev...
  9. ListLevel.numberFormat property | Aspose.Words ...

    ListLevel.numberFormat property. Returns or sets the number format for the list level.... let doc = new aw . Document (); // A...its list levels. let list = doc . lists . add ( aw . Lists ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. FieldMacroButton | Aspose.Words for Java

    Implements the MACROBUTTON field in Java.... Document doc = new Document(getMyDir() + "Macro...DocumentBuilder(doc); Assert.assertTrue(doc.hasMacros()); //...

    reference.aspose.com/words/java/com.aspose.word...