Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 4,384 for

trim document

(0.07 sec)
  1. Aspose::Words::Node::ToString method | Aspose.W...

    Aspose::Words::Node::ToString method. Exports the content of the node into a string in the specified format 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/nod...
  2. Aspose::Words::DocumentBuilder::get_IsAtEndOfPa...

    Aspose::Words::DocumentBuilder::get_IsAtEndOfParagraph method. Returns true if the cursor is at the end of the current paragraph in C++....Examples Shows how to move a document builder’s cursor to different...nodes in a document. auto doc = MakeObject < Document > (); auto...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Aspose::Words::DocumentBuilder::get_CurrentPara...

    Aspose::Words::DocumentBuilder::get_CurrentParagraph method. Gets the paragraph that is currently selected in this DocumentBuilder in C++....Examples Shows how to move a document builder’s cursor to different...nodes in a document. auto doc = MakeObject < Document > (); auto...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. OdtSaveOptions.SaveFormat | Aspose.Words for .N...

    OdtSaveOptions 财产. 指定使用此保存选项对象时将保存文档的格式 可以是Odt或者Ott.... Document doc = new Document (); DocumentBuilder...LoadOptions 对象。 doc = new Document ( ArtifactsDir + "OdtSaveOptions...

    reference.aspose.com/words/zh/net/aspose.words....
  5. Aspose::Words::DocumentBuilder::EndBookmark met...

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

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. RowCollection.Item | Aspose.Words for .NET

    RowCollection Item property. Retrieves a Row at the given index in C#....the document and print the contents of each cell. Document doc...doc = new Document ( MyDir + "Tables.docx" ); TableCollection tables...

    reference.aspose.com/words/net/aspose.words.tab...
  7. BookmarkCollection.RemoveAt | Aspose.Words for ...

    BookmarkCollection RemoveAt method. Removes a bookmark at the specified index in C#....bookmarks from a document. Document doc = new Document (); DocumentBuilder...bookmarks is still present in the document. Assert . AreEqual ( 0 , bookmarks...

    reference.aspose.com/words/net/aspose.words/boo...
  8. Section.Body | Aspose.Words for .NET

    Section Body property. Returns the Body child node of the section in C#....from the document leaving the sections themselves. Document doc =...= new Document (); // A blank document contains one section,...

    reference.aspose.com/words/net/aspose.words/sec...
  9. Based on matching header need to extract next t...

    Hi team, I need to check current paragraph and need to point to next node based on some value. Like if the current paragraph is “Some header” and based on matching value i need to take next table data....#2 PFA of sample Document. In attached document we need to search...method. Please see our documentation to learn more about Aspose...

    forum.aspose.com/t/based-on-matching-header-nee...
  10. WriteProtection Class | Aspose.Words for .NET

    Aspose.Words.Settings.WriteProtection class. Specifies write protection settings for a Document in C#....protection settings for a document. To learn more, visit the...Protect or Encrypt a Document documentation article. public class...

    reference.aspose.com/words/net/aspose.words.set...