Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 4,404 for

trim document

(0.41 sec)
  1. WriteProtection.SetPassword | Aspose.Words for ...

    WriteProtection 方法. 设置文档的写保护密码... Document doc = new Document (); DocumentBuilder...Writeln ( "Hello world! This document is protected." ); // 输入最长...

    reference.aspose.com/words/zh/net/aspose.words....
  2. Node.PreviousSibling | Aspose.Words for .NET AP...

    Node 财产. 获取紧接在此节点之前的节点... Document doc = new Document (); DocumentBuilder...2 text." , doc . GetText (). Trim ()); 也可以看看 class Node 命名空间 Aspose...

    reference.aspose.com/words/zh/net/aspose.words/...
  3. FindReplaceOptions.IgnoreInserted | Aspose.Word...

    FindReplaceOptions IgnoreInserted property. Gets or sets a boolean value indicating either to ignore text inside insert revisions. The default value is false in C#.... Document doc = new Document (); DocumentBuilder...again!" , doc . GetText (). Trim ()); See Also class FindReplaceOptions...

    reference.aspose.com/words/net/aspose.words.rep...
  4. Get and Set Page Properties|Aspose.PDF for Java

    This topic explain how to get numbers in PDF file, get page properties and determine page color using Aspose.PDF for Java....PDF File When working with documents, you often want to know how...Open the PDF file using the Document class. Then use the PageCollection...

    docs.aspose.com/pdf/java/get-and-set-page-prope...
  5. WriteProtection.ValidatePassword | Aspose.Words...

    WriteProtection 方法. 如果指定的密码与保护文档的写保护密码相同则返回 true 如果文档没有使用密码写保护则返回 false... Document doc = new Document (); DocumentBuilder...Writeln ( "Hello world! This document is protected." ); // 输入最长...

    reference.aspose.com/words/zh/net/aspose.words....
  6. Aspose::Words::Fields::FormField::get_NodeType ...

    Aspose::Words::Fields::FormField::get_NodeType method. Returns FormField in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Paragraphs...contain child nodes, such as the document itself, is composite. ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Aspose::Words::Markup::SmartTag::get_NodeType m...

    Aspose::Words::Markup::SmartTag::get_NodeType method. Returns SmartTag in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Paragraphs...contain child nodes, such as the document itself, is composite. ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words.mar...
  8. Aspose::Words::Tables::Row::get_NodeType method...

    Aspose::Words::Tables::Row::get_NodeType method. Returns Row in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Paragraphs...contain child nodes, such as the document itself, is composite. ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. Aspose::Words::Tables::Cell::get_NodeType metho...

    Aspose::Words::Tables::Cell::get_NodeType method. Returns Cell in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Paragraphs...contain child nodes, such as the document itself, is composite. ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words.tab...
  10. Create dynamic table with Aspose Word in Dot ne...

    Hello Team, We have a requirement to create a dynamic table with say 2 or 3 headers and their contents below that as rows. Main thing is that alignment of the rows should be perfect, say if the header 1 content is wrapp…... Please see our documentation for more information: https://docs...following code: Document doc = new Document("in.docx"); // get...

    forum.aspose.com/t/create-dynamic-table-with-as...