Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 2,317 for

trim document

(0.05 sec)
  1. ReplacingArgs.groupIndex property | Aspose.Word...

    ReplacingArgs.groupIndex property. Identifies, by index, a captured group in the Aspose.Words.Replacing.ReplacingArgs.Match that is to be replaced with the [ReplacingArgs.replacement](../replacement/) string.... Document (); let builder = new aw ...); expect ( doc . getText (). trim ()). toEqual ( "Numbers that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Hello World Java 示例|Aspose.PDF for Android via ...

    本页展示如何使用简单的编程创建包含文本 - Hello World 的 PDF 文档,使用 Aspose.PDF for Android。... 下面的代码片段遵循这些步骤: 实例化一个 Document 对象 向文档对象添加一个 Page 创建一个 TextFragment...TextView ; import com.aspose.pdf.Document ; import com.aspose.pdf.Page...

    docs.aspose.com/pdf/zh/androidjava/hello-world-...
  3. ParagraphAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.ParagraphAlignment enum for precise text alignment in your Documents. Enhance readability and formatting with ease!...Words document by hand. Document doc = new Document (); // A...A blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/net/aspose.words/par...
  4. Aspose::Words::Replacing::ReplacingArgs::get_Ma...

    Aspose::Words::Replacing::ReplacingArgs::get_MatchOffset method. Gets the zero-based starting position of the match from the start of the node that contains the beginning of the match in C++....{ auto doc = MakeObject < Document > (); auto builder = MakeObject...0x43E3." , doc -> GetText (). Trim ()); auto isLightGray = [](...

    reference.aspose.com/words/cpp/aspose.words.rep...
  5. FindReplaceDirection enumeration | Aspose.Words...

    Aspose.Words.Replacing.FindReplaceDirection enumeration. Specifies direction for replace operations....find-and-replace operation traverses the document in. test . skip . each ([...) => { let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FindReplaceOptions.direction property | Aspose....

    FindReplaceOptions.direction property. Selects direction for replace...find-and-replace operation traverses the document in. test . skip . each ([...) => { let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::NodeImporter::ImportNode method ...

    Aspose::Words::NodeImporter::ImportNode method. Imports a node from one Document into another in C++....method Imports a node from one document into another. System :: SharedPtr...belongs to the destination document, but has no parent. Remarks...

    reference.aspose.com/words/cpp/aspose.words/nod...
  8. InlineStory.paragraphs property | Aspose.Words ...

    InlineStory.paragraphs property. Gets a collection of paragraphs that are immediate children of the story.... Document (); let builder = new aw ...which we will pass to the document builder's "InsertFootnote"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Footnote.referenceMark property | Aspose.Words ...

    Footnote.referenceMark property. Gets/sets custom reference mark to be used for this footnote... Document (); let builder = new aw ...which we will pass to the document builder's "InsertFootnote"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. NodeImporter | Aspose.Words for Java

    Allows to efficiently perform repeated import of nodes from one Document to another in Java....repeated import of nodes from one document to another. To learn more...Aspose.Words Document Object Model (DOM) documentation article. Remarks:...

    reference.aspose.com/words/java/com.aspose.word...