Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 4,404 for

trim document

(0.16 sec)
  1. Crop PDF Pages programmatically|Aspose.PDF for ...

    You may get page properties, such as the width, height, bleed-, crop- and Trimbox using Aspose.PDF for Java....) selected when the document was printed to PostScript...the media on which the PDF document is displayed or printed. Bleed...

    docs.aspose.com/pdf/java/crop-pages/
  2. ComHelper Class | Aspose.Words for .NET

    Aspose.Words.ComHelper class. Provides methods for COM clients to load a Document into Aspose.Words in C#....for COM clients to load a document into Aspose.Words. public...a COM application to load Document from a stream. Open ( string...

    reference.aspose.com/words/net/aspose.words/com...
  3. Aspose::Words::Story::get_LastParagraph method ...

    Aspose::Words::Story::get_LastParagraph method. Gets the last paragraph in the story in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...Writeln ( u "Run 1. " ); // The document builder has a cursor, which...

    reference.aspose.com/words/cpp/aspose.words/sto...
  4. story - 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...and Table . Text of a Word document is said to consist of several...

    reference.aspose.com/words/java/com.aspose.word...
  5. body - 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...Aspose.Words document by hand. Document doc = new Document(); // A...

    reference.aspose.com/words/java/com.aspose.word...
  6. CompositeNode - Aspose.Words for Java - API Ref...

    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...can contain other nodes. A document is represented as a tree of...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::NodeCollection::Remove method | ...

    Aspose::Words::NodeCollection::Remove method. Removes the node from the collection and from the Document in C++....the collection and from the document. void Aspose :: Words :: NodeCollection.... auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words/nod...
  8. ComHelper.ComHelper | Aspose.Words for .NET API 参考

    ComHelper 构造函数. 初始化这个类的一个新实例...使用本地系统文件名: Document doc = comHelper . Open ( MyDir + "Document.docx"...World!" , doc . GetText (). Trim ()); // 2 - 从流中: using ( FileStream...

    reference.aspose.com/words/zh/net/aspose.words/...
  9. Aspose::Words::Node::GetText method | Aspose.Wo...

    Aspose::Words::Node::GetText method. Gets the text of this node and of all its children in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...again!" ); // Converting the document to text form reveals that...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. ControlChar.Cr | Aspose.Words for .NET API 参考

    ControlChar 场地. 回车符x000d或r如同ParagraphBreak.... Document doc = new Document (); DocumentBuilder...()); // 将文档转换为字符串形式时, // 我们可以用 Trim 方法省略一些控制字符。 Assert . AreEqual...

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