Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 4,384 for

trim document

(0.07 sec)
  1. Aspose::Words::Paragraph::Paragraph constructor...

    Aspose::Words::Paragraph::Paragraph constructor. Initializes a new instance of the Paragraph class in C++....:DocumentBase>& The owner document. Remarks When Paragraph is...specified document, but is not yet part of the document and ParentNode...

    reference.aspose.com/words/cpp/aspose.words/par...
  2. ExportHeadersFootersMode | Aspose.Words for Java

    Specifies how headers and footers are exported to HTML MHTML or EPUB in Java....saving a document to HTML. Document doc = new Document(getMyDir()...footer types.docx"); // This document contains headers and footers...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreInserted method. Gets or sets a boolean value indicating either to ignore text inside insert revisions. The default value is false in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...again!" ), doc -> GetText (). Trim ()); See Also Class FindReplaceOptions...

    reference.aspose.com/words/cpp/aspose.words.rep...
  4. Aspose::Words::CompositeNode::GetEnumerator met...

    Aspose::Words::CompositeNode::GetEnumerator method. Provides support for the for each style iteration over the child nodes of this node in C++.... auto doc = MakeObject < Document > (); // Add two runs and...the first paragraph of this document. auto paragraph = System ::...

    reference.aspose.com/words/cpp/aspose.words/com...
  5. FieldSeparator | Aspose.Words for Java

    Represents a Word field separator that separates the field code from the field result in Java....the Working with Fields documentation article. Remarks: FieldSeparator... control character in the document. FieldSeparator can only be...

    reference.aspose.com/words/java/com.aspose.word...
  6. CompositeNode.AppendChild | Aspose.Words for .NET

    CompositeNode AppendChild method. Adds the specified node to the end of the list of child nodes for this node in C#....inserted was created from another document, you should use ImportNode...import the node to the current document. The imported node can then...

    reference.aspose.com/words/net/aspose.words/com...
  7. DocumentBuilder.CurrentNode | Aspose.Words for ...

    DocumentBuilder CurrentNode property. Gets the node that is currently selected in this DocumentBuilder in C#....a paragraph or structured document tag, CurrentNode returns null...Examples Shows how to move a document builder’s cursor to different...

    reference.aspose.com/words/net/aspose.words/doc...
  8. fieldstart - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java....DigitalSignatureUtil DocSaveOptions Document DocumentBase DocumentBuilder...start of a Word field in a document. FieldStart is an inline-level...

    reference.aspose.com/words/java/com.aspose.word...
  9. CompositeNode.GetText | Aspose.Words for .NET A...

    CompositeNode 方法. 获取该节点及其所有子节点的文本... Document doc = new Document (); DocumentBuilder...显示如何输出文档中作为列表项的所有段落。 Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/zh/net/aspose.words/...
  10. Aspose::Words::DocumentBuilder::DeleteRow metho...

    Aspose::Words::DocumentBuilder::DeleteRow method. Deletes a row from a table in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...of the first table in the document. builder -> DeleteRow ( 0...

    reference.aspose.com/words/cpp/aspose.words/doc...