Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 4,401 for

trim document

(0.16 sec)
  1. FindReplaceOptions.IgnoreDeleted | Aspose.Words...

    FindReplaceOptions IgnoreDeleted property. Gets or sets a boolean value indicating either to ignore text inside delete revisions. The default value is false in C#.... Document doc = new Document (); DocumentBuilder...paragraph will persist in the document until we accept the delete...

    reference.aspose.com/words/net/aspose.words.rep...
  2. HeaderFooterCollection - Aspose.Words for Java ...

    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...footers from a document. Document doc = new Document(getMyDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  3. Paragraph.IsEndOfSection | Aspose.Words for .NET

    Paragraph IsEndOfSection property. True if this paragraph is the last paragraph in the Body main text story of a Section false otherwise in C#....contents of one document to a bookmark in another document. public void...InsertAtBookmark () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/par...
  4. 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...
  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. 如何获取world文档中所有目录结构的信息呢 - Aspose.Words Product F...

    现在使用的Aspose.Words的版本是21.3 如何获取world文档中所有目录信息呢?或者是获取到world文档中目录结构的标题信息呢? 就是我在文档中设置了一级标题二级标题等属性,现在想在上传的时候读取到这些信息,构建目录索引... Document doc = new Document(@"C:\Temp\in.docx");...paragraph.ToString(SaveFormat.Text).Trim(); switch (paragraph.ParagraphFormat...

    forum.aspose.com/t/world/243438
  7. RtfLoadOptions.RecognizeUtf8Text | Aspose.Words...

    RtfLoadOptions 财产. 当设置为真时CharsetDetector将尝试检测 UTF8 字符 它们将在导入期间保留...recognizeUtf8Text ; Document doc = new Document ( MyDir + "UTF-8...FirstSection . Body . GetText (). Trim ()); 也可以看看 class RtfLoadOptions...

    reference.aspose.com/words/zh/net/aspose.words....
  8. How can I add break at 4th and 2nd page? - Free...

    I want to insert break on second page and fourth page. I want to replace below code with aspose code. selection.GoTo(What: WdGoToItem.wdGoToPage, Which: WdGoToDirection.wdGoToNext, Type.Missing, 2); selection.InsertBre…...input and expected output documents here for our reference? We...We will check the documents and provide you an alternative solution...

    forum.aspose.com/t/how-can-i-add-break-at-4th-a...
  9. 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...
  10. Row.Cells | Aspose.Words for .NET

    Row Cells property. Provides typed access to the Cell child nodes of the row in C#....the document and print the contents of each cell. Document doc...doc = new Document ( MyDir + "Tables.docx" ); TableCollection tables...

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