Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 4,381 for

trim document

(0.07 sec)
  1. Aspose::Words::CompositeNode Class Referenceabs...

    Base class for nodes that can contain other nodes.... A document is represented as a tree of...nodes. auto doc = MakeObject<Document>(); // Add two runs and one...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. Aspose::Words::MailMerging::MailMerge::DeleteFi...

    Aspose::Words::MailMerging::MailMerge::DeleteFields method. Removes mail merge related fields from the Document in C++....merge related fields from the document. void Aspose :: Words :: MailMerging...MERGEFIELD and NEXT fields from the document. This method could be useful...

    reference.aspose.com/words/cpp/aspose.words.mai...
  3. NodeCollection.RemoveAt | Aspose.Words for .NET...

    NodeCollection 方法. 从集合和文档中删除指定索引处的节点... Document doc = new Document (); DocumentBuilder...1\x000cSection 2" , doc . GetText (). Trim ()); // 从文档中删除第一部分。 doc . Sections...

    reference.aspose.com/words/zh/net/aspose.words/...
  4. Aspose::Words::RevisionCollection Class Referen...

    A collection of Revision objects that represent revisions in the Document....represent revisions in the document. You do not create instances...get revisions present in a document. Examples Shows how to work...

    reference.aspose.com/words/cpp/class/aspose.wor...
  5. Aspose::Words::DocumentBuilder::InsertHtml meth...

    Aspose::Words::DocumentBuilder::InsertHtml method. Inserts an HTML string into the Document in C++....Inserts an HTML string into the document. void Aspose :: Words :: DocumentBuilder...into the document. Examples Shows how to use a document builder...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Aspose::Words::ControlChar::Cr method | Aspose....

    Aspose::Words::ControlChar::Cr method. Carriage return character: "\x000d" or "\r". Same as ParagraphBreak 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/con...
  7. Crop PDF Pages using PHP|Aspose.PDF for PHP via...

    You may get page properties, such as the width, height, bleed-, crop- and Trimbox using Aspose.PDF for PHP via 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/php-java/crop-pages/
  8. Aspose::Words::Loading::TxtLeadingSpacesOptions...

    Aspose::Words::Loading::TxtLeadingSpacesOptions enum. Specifies available options for leading space handling during import from Text file in C++....ConvertToIndent 0 Trim 1 Preserve 2 Examples Shows how to trim whitespace...whitespace when loading plaintext documents. String textDoc = String (...

    reference.aspose.com/words/cpp/aspose.words.loa...
  9. Aspose::Words::Lists::ListLabel Class Reference...

    Defines properties specific to a list label.... auto doc = MakeObject<Document>(MyDir + u "Rendering.docx"...the paragraph list. In our document, our list uses plain Arabic...

    reference.aspose.com/words/cpp/class/aspose.wor...
  10. Working with Text Document in C++|Aspose.Words ...

    Advanced TXT Document processing, lists, BiDi, headers/footer, using C++....Working with Text Document Contents [ Hide ] In this article...useful for working with a text document via Aspose.Words. Please note...

    docs.aspose.com/words/cpp/working-with-text-doc...