Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 2,317 for

trim document

(0.04 sec)
  1. Aspose::Words::Inline::get_Font method | Aspose...

    Aspose::Words::Inline::get_Font method. Provides access to the font formatting of this object in C++....Words document by hand. auto doc = MakeObject < Document > ();...(); // A blank document contains one section, one body and one...

    reference.aspose.com/words/cpp/aspose.words/inl...
  2. Aspose::Words::Paragraph::get_ParagraphFormat m...

    Aspose::Words::Paragraph::get_ParagraphFormat method. Provides access to the paragraph formatting properties in C++....Words document by hand. auto doc = MakeObject < Document > ();...(); // A blank document contains one section, one body and one...

    reference.aspose.com/words/cpp/aspose.words/par...
  3. Get and Set Page Properties using Python|Aspose...

    This section shows how to get the number of pages in a PDF file, get information about PDF page properties such as color and set page properties....PDF File When working with documents, you often want to know how...Open the PDF file using the Document class. Then use the PageCollection...

    docs.aspose.com/pdf/python-net/get-and-set-page...
  4. Aspose::Words::CompositeNode::GetText method | ...

    Aspose::Words::CompositeNode::GetText method. Gets the text of this node and of all its children in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...ToString will give us the document's appearance if saved to a...

    reference.aspose.com/words/cpp/aspose.words/com...
  5. Table.Rows | Aspose.Words for .NET

    Access table rows effortlessly with our typed property, ensuring seamless data management and enhanced organization for your projects.... Document doc = new Document ( MyDir + "Tables...of getting a table from a document. // 1 - From the "Tables"...

    reference.aspose.com/words/net/aspose.words.tab...
  6. Aspose::Words::DocumentBuilder::StartBookmark m...

    Aspose::Words::DocumentBuilder::StartBookmark method. Marks the current position in the Document as a bookmark start in C++....the current position in the document as a bookmark start. System...created. Remarks Bookmarks in a document can overlap and span any range...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. BookmarkCollection.count property | Aspose.Word...

    BookmarkCollection.count property. Returns the number of bookmarks in the collection....bookmarks from a document. let doc = new aw . Document (); let builder...bookmarks is still present in the document. expect ( bookmarks . count...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ListLabel.label_value property | Aspose.Words f...

    ListLabel.label_value property. Gets a numeric value for this label.... Remarks Use the Document.update_list_labels() method...are list items. doc = aw . Document ( file_name = MY_DIR + 'Rendering...

    reference.aspose.com/words/python-net/aspose.wo...
  9. NodeImporter.ImportNode | Aspose.Words for .NET

    Effortlessly transfer nodes between Documents with NodeImporter's ImportNode method. Enhance your workflow and streamline data integration today!...method Imports a node from one document into another. public Node...belongs to the destination document, but has no parent. Remarks...

    reference.aspose.com/words/net/aspose.words/nod...
  10. Aspose::Words::Tables::TableCollection::ToArray...

    Aspose::Words::Tables::TableCollection::ToArray method. Copies all tables from the collection to a new array of tables 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...