Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 4,384 for

trim document

(0.07 sec)
  1. 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...
  2. Aspose::Words::Node::get_CustomNodeId method | ...

    Aspose::Words::Node::get_CustomNodeId method. Specifies custom node identifier in C++.... auto doc = MakeObject < Document > (); // Add two runs and...the first paragraph of this document. auto paragraph = System ::...

    reference.aspose.com/words/cpp/aspose.words/nod...
  3. DocumentBuilder.IsAtEndOfParagraph | Aspose.Wor...

    DocumentBuilder IsAtEndOfParagraph property. 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. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Aspose::Words::Replacing::IReplacingCallback in...

    Aspose::Words::Replacing::IReplacingCallback interface. Implement this interface if you want to have your own custom method called during a find and replace operation in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Header and...{ auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.rep...
  5. Aspose::Words::BookmarkCollection Class Referen...

    A collection of Bookmark objects that represent the bookmarks in the specified range....CreateUpdateAndPrint() { // Create a document with three bookmarks, then...then use a custom document visitor implementation to print their...

    reference.aspose.com/words/cpp/class/aspose.wor...
  6. Aspose::Words::RevisionGroupCollection Class Re...

    A collection of RevisionGroup objects that represent revision groups in the Document....represent revision groups in the document. You do not create instances...revision groups present in a document. Examples Shows how to print...

    reference.aspose.com/words/cpp/class/aspose.wor...
  7. CellCollection.ToArray | Aspose.Words for .NET ...

    CellCollection 方法. 将集合中的所有单元格复制到新的单元格数组中... Document doc = new Document ( MyDir + "Tables...ToString ( SaveFormat . Text ). Trim (); Console . WriteLine ( $"\t\tContents...

    reference.aspose.com/words/zh/net/aspose.words....
  8. CompositeNode.GetEnumerator | Aspose.Words for ...

    CompositeNode 方法. 为在该节点的子节点上的每个样式迭代提供支持... Document doc = new Document (); // 将两个运行和一个形状作为子节点添加到该文档的第一段。...$"\t\" { child . GetText (). Trim ()} \ "" ); break ; case NodeType...

    reference.aspose.com/words/zh/net/aspose.words/...
  9. Class WriteProtection | Aspose.Words for .NET A...

    Aspose.Words.Settings.WriteProtection 班级. 指定文档的写保护设置... Document doc = new Document (); DocumentBuilder...Writeln ( "Hello world! This document is protected." ); // 输入最长...

    reference.aspose.com/words/zh/net/aspose.words....
  10. DocumentBuilder.StartBookmark | Aspose.Words fo...

    DocumentBuilder 方法. 将文档中的当前位置标记为书签开始... Document doc = new Document (); DocumentBuilder...0 ]. Text . Trim ()); 演示如何插入引用本地书签的超链接。 Document doc = new Document...

    reference.aspose.com/words/zh/net/aspose.words/...