Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 2,528 for

trim document

(0.26 sec)
  1. Aspose::Words::Revision::get_Group method | Asp...

    Aspose::Words::Revision::get_Group method. Gets the revision group. Returns null if the revision does not belong to any group in C++....to work with revisions in a document. auto doc = System :: MakeObject...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words/rev...
  2. Aspose::Words::Revision::Reject method | Aspose...

    Aspose::Words::Revision::Reject method. Reject this revision in C++....to work with revisions in a document. auto doc = System :: MakeObject...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words/rev...
  3. ListLabel.LabelValue | Aspose.Words for .NET

    Discover the ListLabel LabelValue property to easily retrieve numeric values for labels, enhancing your data management and reporting efficiency.... Document doc = new Document ( MyDir + "Rendering...the paragraph list. In our document, our list uses plain Arabic...

    reference.aspose.com/words/net/aspose.words.lis...
  4. 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/
  5. ControlChar.Cr | Aspose.Words for .NET

    Discover ControlChar Cr, the carriage return character (x000d or r) that enhances text formatting. Simplify your coding with our unique solutions!... Document doc = new Document (); DocumentBuilder...again!" ); // Converting the document to text form reveals that...

    reference.aspose.com/words/net/aspose.words/con...
  6. HtmlSaveOptions.documentSplitHeadingLevel prope...

    HtmlSaveOptions.DocumentSplitHeadingLevel property. Specifies the maximum level of headings at which to split the Document...headings at which to split the document. Default value is 2 . get...to a value from 1 to 9, the document will be split at paragraphs...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Node::get_NextSibling method | A...

    Aspose::Words::Node::get_NextSibling method. Gets the node immediately following this node in C++....MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Paragraphs...contents = node -> GetText (). Trim (); std :: cout << ( contents...

    reference.aspose.com/words/cpp/aspose.words/nod...
  8. Aspose::Words::Story::get_LastParagraph method ...

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

    reference.aspose.com/words/cpp/aspose.words/sto...
  9. Body | Aspose.Words for Java

    Represents a container for the main text of a section in Java....Words Document Object Model (DOM) documentation article. Remarks:...Aspose.Words document by hand. Document doc = new Document(); // A...

    reference.aspose.com/words/java/com.aspose.word...
  10. NodeChangingArgs | Aspose.Words for Java

    Provides data for methods of the INodeChangingCallback interface in Java....Words Document Object Model (DOM) documentation article. Examples:...throws Exception { Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...