Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 4,401 for

trim document

(0.07 sec)
  1. Aspose::Words::Replacing::FindReplaceDirection ...

    Aspose::Words::Replacing::FindReplaceDirection enum. Specifies direction for replace operations in C++....find-and-replace operation traverses the document in. void Direction ( FindReplaceDirection...{ auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.rep...
  2. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_ApplyParagraphFormat method. Paragraph formatting applied to new content in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...will!" , doc -> GetText (). Trim ()); See Also Class ParagraphFormat...

    reference.aspose.com/words/cpp/aspose.words.rep...
  3. SectionCollection.Item | Aspose.Words for .NET

    SectionCollection Item property. Retrieves a section at the given index in C#....layout of the document. Document doc = new Document ( MyDir + "Rendering..."Rendering.docx" ); // Saving a document to PDF, to an image, or printing...

    reference.aspose.com/words/net/aspose.words/sec...
  4. ListFormat.IsListItem | Aspose.Words for .NET

    ListFormat IsListItem property. True when the paragraph has bulleted or numbered formatting applied to it in C#....paragraphs in a document that are list items. Document doc = new Document...Document (); DocumentBuilder builder = new DocumentBuilder (...

    reference.aspose.com/words/net/aspose.words.lis...
  5. Extraction issue 12 - Aspose.Words Product Fami...

    Dear team, We are extracting images from docx using aspose java, but we are facing below issue please refer input and output, And we are using below source code Source Code : public static void textFrameImageWithCapti…...textFrameImageWithCa(Document interimdoc) throws Exception{ try { Document doc...ImageExtractor(String targetFolder, Document doc) { mTargetFolder = targetFolder;...

    forum.aspose.com/t/extraction-issue-12/249975
  6. Aspose::Words::BookmarkCollection Class Referen...

    A collection of Bookmark objects that represent the bookmarks in the specified range....CreateUpdateAndPrint() { // Create a document with three bookmarks, then...then use a custom document visitor implementation to print their...

    reference.aspose.com/words/cpp/class/aspose.wor...
  7. Inserting Documents Dynamically in Java|Aspose....

    Insert contents of outer Documents into your Document dynamically when building a report in Java....Inserting Documents Dynamically Contents [ Hide ] You can insert...insert contents of outer documents to your reports dynamically...

    docs.aspose.com/words/java/inserting-documents-...
  8. Copy page number from two sections - Aspose.Wor...

    Hello, I’m having a problem and I can’t find the solution. I’m concatenating to word files. I would like to have the same footer page numbering in every sections. But it doesn’t work. In the end, the second section has …...section to another: Document doc1 = new Document("C:\\Temp\\ecahier_Page_Garde...e_Garde.docx"); Document doc2 = new Document("C:\\Temp\\ecahier_Auteur...

    forum.aspose.com/t/copy-page-number-from-two-se...
  9. Aspose::Words::Markup::StructuredDocumentTagRan...

    Represents a start of ranged structured Document tag which accepts multi-sections content. See also StructuredDocumentTagRangeEnd....start of ranged structured document tag which accepts multi-sections...structured document tags. auto doc = MakeObject<Document>(MyDir +...

    reference.aspose.com/words/cpp/class/aspose.wor...
  10. HtmlSaveOptions.ExportHeadersFootersMode | Aspo...

    HtmlSaveOptions 财产. 指定页眉和页脚如何输出到 HTMLMHTML 或 EPUB 默认值为PerSection对于 HTML/MHTML 和None对于 EPUB.... Document doc = new Document ( MyDir + "Header... HeaderFirst ]. GetText (). Trim ()); // .html 等格式不会将文档拆分为页面,因此页眉/页脚的功能不会相同...

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