Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 4,384 for

trim document

(0.12 sec)
  1. Aspose::Words::Tables::Table::get_Rows method |...

    Aspose::Words::Tables::Table::get_Rows method. Provides typed access to the rows of the table 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...
  2. ReportingEngine.SetRestrictedTypes | Aspose.Wor...

    ReportingEngine SetRestrictedTypes method. Specifies types which members as well as which derived types members should be inaccessible by the engine through template syntax in C#.... Document doc = DocumentHelper . CreateSimpleDocument.... Empty , doc . GetText (). Trim ()); See Also class ReportingEngine...

    reference.aspose.com/words/net/aspose.words.rep...
  3. ImportFormatOptions | Aspose.Words for Java

    Allows to specify various import options to format output in Java....the Specify Load Options documentation article. Examples: Shows...inserting documents. Document dstDoc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  4. ListFormat.IsListItem | Aspose.Words for .NET

    ListFormat IsListItem property. True when the paragraph has bulleted or numbered formatting applied to it in C#....paragraphs in a document that are list items. Document doc = new Document...Document (); DocumentBuilder builder = new DocumentBuilder (...

    reference.aspose.com/words/net/aspose.words.lis...
  5. Footnote.ReferenceMark | Aspose.Words for .NET

    Footnote ReferenceMark property. Gets/sets custom reference mark to be used for this footnote. Default value is empty string Empty meaning autonumbered footnotes are used in C#.... Document doc = new Document (); DocumentBuilder...which we will pass to the document builder's "InsertFootnote"...

    reference.aspose.com/words/net/aspose.words.not...
  6. Node.CustomNodeId | Aspose.Words for .NET API 参考

    Node 财产. 指定自定义节点标识符... Document doc = new Document (); // 将两个运行和一个形状作为子节点添加到该文档的第一段。...$"\t\" { child . GetText (). Trim ()} \ "" ); break ; case NodeType...

    reference.aspose.com/words/zh/net/aspose.words/...
  7. FieldMergeField | Aspose.Words for Java

    Implements the MERGEFIELD field in Java....the Working with Fields documentation article. Remarks: Retrieves...mail merge main document. When the main document is merged with...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::ParagraphAlignment enum | Aspose...

    Aspose::Words::ParagraphAlignment enum. Specifies text alignment in a paragraph 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...
  9. RevisionGroupCollection.GetEnumerator | Aspose....

    RevisionGroupCollection 方法. 返回一个枚举器对象... Document doc = new Document ( MyDir + "Revisions... contents: [{e.Current.Text.Trim()}]" ); } } // 修订影响的每个运行都会获得一个相应的修订对象。...

    reference.aspose.com/words/zh/net/aspose.words/...
  10. Class FindReplaceOptions | Aspose.Words for .NE...

    Aspose.Words.Replacing.FindReplaceOptions 班级. 指定查找/替换操作的选项... Document doc = new Document (); DocumentBuilder...GetText (). Trim ()); 显示如何切换独立的纯字查找和替换操作。 Document doc = new Document...

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