Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 2,317 for

trim document

(0.08 sec)
  1. FieldMergeField.FieldNameNoPrefix | Aspose.Word...

    Discover the FieldMergeField FieldNameNoPrefix property that simplifies data handling by returning only the field name, omitting any prefixes for clarity.... Document doc = new Document (); DocumentBuilder...Cardholder:" , doc . GetText (). Trim ()); See Also class FieldMergeField...

    reference.aspose.com/words/net/aspose.words.fie...
  2. 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...
  3. CompositeNode.AppendChild | Aspose.Words for .NET

    Discover how the CompositeNode AppendChild method enhances your coding by seamlessly adding nodes to your child node list. Boost your development efficiency!...inserted was created from another document, you should use ImportNode...import the node to the current document. The imported node can then...

    reference.aspose.com/words/net/aspose.words/com...
  4. Aspose::Words::Body::Body constructor | Aspose....

    Aspose::Words::Body::Body constructor. Initializes a new instance of the Body class in C++....:DocumentBase>& The owner document. Remarks When Body is created...specified document, but is not yet part of the document and ParentNode...

    reference.aspose.com/words/cpp/aspose.words/bod...
  5. CompositeNode.RemoveAllChildren | Aspose.Words ...

    Effortlessly clear all child nodes with the CompositeNode RemoveAllChildren method. Streamline your code and enhance performance today!...Words document by hand. Document doc = new Document (); // A...A blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/net/aspose.words/com...
  6. DocumentBuilder.MoveToDocumentEnd | Aspose.Word...

    Effortlessly navigate your Documents with the DocumentBuilder MoveToDocumentEnd method, placing the cursor at the end for seamless editing....the cursor to the end of the document. public void MoveToDocumentEnd...Examples Shows how to move a document builder’s cursor to different...

    reference.aspose.com/words/net/aspose.words/doc...
  7. DocumentBuilder.CurrentNode | Aspose.Words for ...

    Discover the DocumentBuilder CurrentNode property to easily access the selected node, enhancing your Document editing efficiency and workflow....a paragraph or structured document tag, CurrentNode returns null...Examples Shows how to move a document builder’s cursor to different...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Aspose::Words::ParagraphFormat::get_Alignment m...

    Aspose::Words::ParagraphFormat::get_Alignment method. Gets or sets text alignment for the paragraph in C++....into the document. auto doc = MakeObject < Document > (); auto...Words document by hand. auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. Aspose::Words::Tables::RowCollection::idx_get m...

    Aspose::Words::Tables::RowCollection::idx_get method. Retrieves a Row at the given index in C++....through all tables in the document and print the contents of...cell. auto doc = MakeObject < Document > ( MyDir + u "Tables.docx"...

    reference.aspose.com/words/cpp/aspose.words.tab...
  10. Run.text property | Aspose.Words for Node.js

    Run.text property. Gets or sets the text of the run....words document by hand. let doc = new aw . Document (); // A...A blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...