Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 4,384 for

trim document

(0.12 sec)
  1. Aspose::Words::Saving::ExportHeadersFootersMode...

    Aspose::Words::Saving::ExportHeadersFootersMode enum. Specifies how headers and footers are exported to HTML, MHTML or EPUB in C++....exported at the beginning of the document and primary footer is at the...saving a document to HTML. auto doc = MakeObject < Document > ( MyDir...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. AbsolutePositionTab | Aspose.Words for Java

    An absolute position tab is a character which is used to advance the position on the current line of text when displaying this WordprocessingML content in Java....Words Document Object Model (DOM) documentation article. Examples:...position tab characters with a document visitor. public void documentToTxt()...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Lists::List::get_ListId method |...

    Aspose::Words::Lists::List::get_ListId method. Gets the unique identifier of the list in C++....output all paragraphs in a document that are list items. auto...auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.lis...
  4. Document.NodeType | Aspose.Words for .NET API 参考

    Document 财产. 返回 节点类型.文档....Document.NodeType Document.NodeType property 返回 节点类型.文档 . public...显示如何遍历复合节点的子节点树。 { Document doc = new Document ( MyDir + "Paragraphs...

    reference.aspose.com/words/zh/net/aspose.words/...
  5. CompositeNode.RemoveAllChildren | Aspose.Words ...

    CompositeNode RemoveAllChildren method. Removes all the child nodes of the current node in C#....Words document by hand. Document doc = new Document (); // A...A blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/net/aspose.words/com...
  6. DocumentBuilder.EndBookmark | Aspose.Words for ...

    DocumentBuilder EndBookmark method. Marks the current position in the Document as a bookmark end in C#....the current position in the document as a bookmark end. public...created. Remarks Bookmarks in a document can overlap and span any range...

    reference.aspose.com/words/net/aspose.words/doc...
  7. FindReplaceOptions.IgnoreFieldCodes | Aspose.Wo...

    FindReplaceOptions 财产. 获取或设置一个布尔值指示忽略字段代码中的文本 默认值为错误的.... Document doc = new Document (); DocumentBuilder...\u0015" , doc . GetText (). Trim ()); 也可以看看 class FindReplaceOptions...

    reference.aspose.com/words/zh/net/aspose.words....
  8. CompositeNode.LastChild | Aspose.Words for .NET...

    CompositeNode 财产. 获取节点的最后一个子节点... Document doc = new Document (); DocumentBuilder...2 text." , doc . GetText (). Trim ()); 也可以看看 class Node class...

    reference.aspose.com/words/zh/net/aspose.words/...
  9. FieldChar | Aspose.Words for Java

    Base class for nodes that represent field characters in a Document in Java....represent field characters in a document. To learn more, visit the...the Working with Fields documentation article. Remarks: A complete...

    reference.aspose.com/words/java/com.aspose.word...
  10. BuildingBlock.NodeType | Aspose.Words for .NET ...

    BuildingBlock 财产. 返回BuildingBlock值.... { Document doc = new Document ( MyDir + "Paragraphs...\" { childNode . GetText (). Trim ()} \ "" ); } else { Console...

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