Sort Score
Result 10 results
Languages All
Labels All
Results 5,881 - 5,890 of 157,256 for

doc

(0.11 sec)
  1. Body | Aspose.Words for Java

    Represents a container for the main text of a section in Java.... Document doc = new Document(); // A blank...document node with no children. doc.removeAllChildren(); // This...

    reference.aspose.com/words/java/com.aspose.word...
  2. PageSetup.text_columns property | Aspose.Words ...

    PageSetup.text_columns property. Returns a collection that represents the set of text columns.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) columns = builder . page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  3. WarningInfo.source property | Aspose.Words for ...

    WarningInfo.source property. Returns the source of the warning.... doc = aw . Document ( file_name =...WarningInfoCollectio () doc . warning_callback = warnings doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Track Changes in Documents|Aspose.Words for Java

    Track changes in Documents. Docx4j does not provide an opportunity to track changes in a Document....Document doc = new Document ( "trackDoc.doc" ); doc . acceptAllRevisions...acceptAllRevisions (); doc . save ( "AsposeAcceptChanges.doc" , SaveFormat...

    docs.aspose.com/words/java/track-changes-in-doc...
  5. ParagraphFormat.far_east_line_break_control pro...

    ParagraphFormat.far_east_line_break_control property. Gets or sets a flag indicating whether East Asian line-breaking rules are applied to the current paragraph.... doc = aw . Document ( file_name =...+ 'Document.docx' ) format = doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Style class | Aspose.Words for C...

    Aspose::Words::Style class. Represents a single built-in or user-defined style. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...:: Words :: Style > style = doc -> get_Styles () -> Add ( Aspose...

    reference.aspose.com/words/cpp/aspose.words/style/
  7. Optimize File's Content Using C#

    Compress files in C#: DocX, Doc, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...will help you to compress DOCX, DOC, RTF, ODT, EPUB, HTML, JPG, PNG...format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...

    products.aspose.com/words/net/compress/
  8. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Use a DocumentBuilder to...

    reference.aspose.com/words/java/com.aspose.word...
  9. Footnote.ActualReferenceMark | Aspose.Words for...

    Discover the Footnote ActualReferenceMark property to access the precise text of reference marks in your Documents, enhancing clarity and organization.... Document doc = new Document ( MyDir + "Footnotes...Footnote ) doc . GetChild ( NodeType . Footnote , 1 , true ); doc . UpdateFields...

    reference.aspose.com/words/net/aspose.words.not...
  10. CompositeNode.HasChildNodes | Aspose.Words for ...

    Discover if a CompositeNode has child nodes with the HasChildNodes property. Simplify your coding with this essential feature for efficient node management.... Document doc = new Document ( MyDir + "Tables...Body node: Table firstTable = doc . FirstSection . Body . Tables...

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