Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 4,383 for

trim document

(0.05 sec)
  1. Aspose::Words::BookmarkStart::get_NodeType meth...

    Aspose::Words::BookmarkStart::get_NodeType method. Returns BookmarkStart in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Paragraphs...contain child nodes, such as the document itself, is composite. ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words/boo...
  2. Aspose::Words::Fields::FieldStart::get_NodeType...

    Aspose::Words::Fields::FieldStart::get_NodeType method. Returns FieldStart in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Paragraphs...contain child nodes, such as the document itself, is composite. ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::Paragraph::get_NodeType method |...

    Aspose::Words::Paragraph::get_NodeType method. Returns Paragraph in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Paragraphs...contain child nodes, such as the document itself, is composite. ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words/par...
  4. commentrangestart - Aspose.Words for Java - API...

    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...using a document visitor. Document doc = new Document(); Comment...

    reference.aspose.com/words/java/com.aspose.word...
  5. 克隆 C# 中的文档|.NET 格式的 Aspose.Words

    使用 C# 克隆文档以获取其相同的副本。创建副本时,将克隆原始文档的节点和属性。...// Create a document. Document doc = new Document (); DocumentBuilder...Writeln ( "This is the original document before applying the clone...

    docs.aspose.com/words/zh/net/clone-a-document/
  6. Aspose::Words::Paragraph::get_ListFormat method...

    Aspose::Words::Paragraph::get_ListFormat method. Provides access to the list formatting properties of the paragraph in C++....output all paragraphs in a document that are list items. auto...auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words/par...
  7. IncorrectPasswordException Class | Aspose.Words...

    Aspose.Words.IncorrectPasswordException class. Thrown if a Document is encrypted with a password and the password specified when opening the Document is incorrect or missing in C#....IncorrectPasswordExc class Thrown if a document is encrypted with a password...specified when opening the document is incorrect or missing. To...

    reference.aspose.com/words/net/aspose.words/inc...
  8. Get and Set Page Properties|Aspose.PDF for PHP ...

    This topic explain how to get numbers in PDF file, get page properties and determine page color using Aspose.PDF for PHP via Java....PDF File When working with documents, you often want to know how...using the Document class. Then the pages of the document are retrieved...

    docs.aspose.com/pdf/php-java/get-and-set-page-p...
  9. Aspose::Words::Replacing::FindReplaceOptions Cl...

    Specifies options for find/replace operations.... auto doc = MakeObject<Document>(); auto builder = MakeOb...necklace." ), doc->GetText().Trim()); Shows how to toggle standalone...

    reference.aspose.com/words/cpp/class/aspose.wor...
  10. Replace table cell text with image - Free Suppo...

    Hi I am trying to replace text in a table cell with the image. I am not able to make it work, if I try to replace the text while iterating through the rows of the table. I am using aspose words for java version 20.7. C…...to achieve this: Document doc = new Document("C:\\Temp\\in.docx");...c.toString(SaveFormat.TEXT).trim(); if (cellText.equals("ImagePlaceholder"))...

    forum.aspose.com/t/replace-table-cell-text-with...