Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 4,401 for

trim document

(0.09 sec)
  1. DocumentBuilder.MoveToDocumentEnd | Aspose.Word...

    DocumentBuilder 方法. 将光标移动到文档的末尾... Document doc = new Document (); DocumentBuilder...firstParagraphNodes [ 1 ]. GetText (). Trim ()); Assert . AreEqual ( NodeType...

    reference.aspose.com/words/zh/net/aspose.words/...
  2. Class RowCollection | Aspose.Words for .NET API 参考

    Aspose.Words.Tables.RowCollection 班级. 提供对集合的类型化访问Row节点.... Document doc = new Document ( MyDir + "Tables...ToString ( SaveFormat . Text ). Trim (); Console . WriteLine ( $"\t\tContents...

    reference.aspose.com/words/zh/net/aspose.words....
  3. Enum FindReplaceDirection | Aspose.Words for .N...

    Aspose.Words.Replacing.FindReplaceDirection 枚举. 指定替换操作的方向...findReplaceDirection ) { Document doc = new Document (); DocumentBuilder..."Replacement." , doc . GetText (). Trim ()); switch ( findReplaceDirection...

    reference.aspose.com/words/zh/net/aspose.words....
  4. Using late binding in CPP|Aspose.PDF for .NET

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Release (); // get Document OLECHAR * openFile = L "OpenFile"...//-------- // get Pages for the Document OLECHAR * pages = L "Pages"...

    docs.aspose.com/pdf/net/using-late-binding-in-cpp/
  5. InlineStory.Paragraphs | Aspose.Words for .NET ...

    InlineStory 财产. 获取作为故事直接子级的段落集合... Document doc = new Document (); DocumentBuilder...); 显示如何插入和自定义脚注。 Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/zh/net/aspose.words/...
  6. InlineStory.FirstParagraph | Aspose.Words for ....

    InlineStory 财产. 获取故事的第一段... Document doc = new Document (); DocumentBuilder...); 显示如何插入和自定义脚注。 Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/zh/net/aspose.words/...
  7. Aspose::Words::Run::Run constructor | Aspose.Wo...

    Aspose::Words::Run::Run constructor. Initializes a new instance of the Run class in C++....:DocumentBase>& The owner document. Remarks When Run is created...specified document, but is not yet part of the document and ParentNode...

    reference.aspose.com/words/cpp/aspose.words/run...
  8. How to find font and color has been used for th...

    How to find font and color has been used for the string in c# and How to find font and color has been used for the string in whole word Document...word document How to find the string in the whole document contains...properties applied to the document are accessible via StyleCollection...

    forum.aspose.com/t/how-to-find-font-and-color-h...
  9. ParagraphFormat.Alignment | Aspose.Words for .N...

    ParagraphFormat 财产. 获取或设置段落的文本对齐方式... Document doc = new Document (); DocumentBuilder...Aspose.Words 文档。 Document doc = new Document (); // 一个空白文档包含一个部分、一个正文和一个段落。...

    reference.aspose.com/words/zh/net/aspose.words/...
  10. Improve API performance for parsing and travers...

    Hi, While converting a PDF Document to SVG and traversing through that Document I notice that we are consuming a lot of memory for operations like Saving svgDocument to png stream, getting total length of svg path elemen…...PDF document to SVG and traversing through that document I notice...filePaths ) { using (var document = new Document(filePath)) { foreach...

    forum.aspose.com/t/improve-api-performance-for-...