Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 4,404 for

trim document

(0.22 sec)
  1. Node.CustomNodeId | Aspose.Words for .NET

    Node CustomNodeId property. Specifies custom node identifier in C#.... Document doc = new Document (); // Add two runs...the first paragraph of this document. Paragraph paragraph = ( Paragraph...

    reference.aspose.com/words/net/aspose.words/nod...
  2. ReplacingArgs Class | Aspose.Words for .NET

    Aspose.Words.Replacing.ReplacingArgs class. Provides data for a custom replace operation in C#....visit the Find and Replace documentation article. public class ReplacingArgs...ReplaceWithCallback () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.rep...
  3. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_MatchCase method. True indicates case-sensitive comparison, false indicates case-insensitive comparison in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...necklace." ), doc -> GetText (). Trim ()); See Also Class FindReplaceOptions...

    reference.aspose.com/words/cpp/aspose.words.rep...
  4. 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...
  5. Enum MailMergeCleanupOptions | Aspose.Words for...

    Aspose.Words.MailMerging.MailMergeCleanupOptions 枚举. 指定确定在邮件合并期间删除哪些项目的选项...字段,不将其结果存储在 document 中并且是动态计算的(例如FieldListNum ...演示如何从合并输出文档中删除邮件合并可能创建的空段落。 Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/zh/net/aspose.words....
  6. shapebase - 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... A shape is a node in the document tree. If the shape is a child...

    reference.aspose.com/words/java/com.aspose.word...
  7. DocSaveOptions.Password | Aspose.Words for .NET...

    DocSaveOptions 财产. 获取/设置密码以使用 RC4 加密方法加密文档... Document doc = new Document (); DocumentBuilder...IncorrectPasswordExc >(() => doc = new Document ( ArtifactsDir + "DocSaveOptions...

    reference.aspose.com/words/zh/net/aspose.words....
  8. Get and Set Page Properties using Python|Aspose...

    This section shows how to get the number of pages in a PDF file, get information about PDF page properties such as color and set page properties....PDF File When working with documents, you often want to know how...Open the PDF file using the Document class. Then use the PageCollection...

    docs.aspose.com/pdf/python-net/get-and-set-page...
  9. BookmarkCollection.Count | Aspose.Words for .NET

    BookmarkCollection Count property. Returns the number of bookmarks in the collection in C#....bookmarks from a document. Document doc = new Document (); DocumentBuilder...bookmarks is still present in the document. Assert . That ( bookmarks...

    reference.aspose.com/words/net/aspose.words/boo...
  10. 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/...