Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 2,597 for

trim document

(0.02 sec)
  1. Aspose::Words::Node::GetText method | Aspose.Wo...

    Aspose::Words::Node::GetText method. Gets the text of this node and of all its children in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...again!" ); // Converting the document to text form reveals that...

    reference.aspose.com/words/cpp/aspose.words/nod...
  2. Aspose::Words::Node::get_NodeType method | Aspo...

    Aspose::Words::Node::get_NodeType method. Gets the type of this node 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/nod...
  3. commentcollection - Aspose.Words for Java - API...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java....DigitalSignatureUtil DocSaveOptions Document DocumentBase DocumentBuilder...comment as "done". Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  4. DocumentBuilder.InsertHtml | Aspose.Words for ....

    DocumentBuilder 方法. 在文档中插入一个 HTML 字符串... Document doc = new Document (); DocumentBuilder...paragraphs [ 0 ]. GetText (). Trim ()); Assert . AreEqual ( ParagraphAlignment...

    reference.aspose.com/words/zh/net/aspose.words/...
  5. PlainTextDocument | Aspose.Words for .NET

    PlainTextDocument constructor. Creates a plain text Document from a file. Automatically detects the file format in C#....string ) Creates a plain text document from a file. Automatically...condition UnsupportedFileForma The document format is not recognized or...

    reference.aspose.com/words/net/aspose.words/pla...
  6. Stop DocumentBuilder.Write from lower-casing ce...

    I am using Aspose.Words.DocumentBuilder in .Net. Whenever my string contains the term “LT;”, it always gets lower-cased to “lt;” in the Document. Is there a way to stop this from happening, so that the original text is p…...lower-cased to “lt;” in the document. Is there a way to stop this...original text is preserved in the document? alexey.noskov October 19...

    forum.aspose.com/t/stop-documentbuilder-write-f...
  7. StructuredDocumentTag.Clear | Aspose.Words for ...

    StructuredDocumentTag 方法. 清除此结构化文档标记的内容并显示占位符如果已定义... Document doc = new Document (); // 创建一个纯文本结构化文档标签,然后将其附加到文档中。...enter text." , tag . GetText (). Trim ()); Assert . True ( tag . ...

    reference.aspose.com/words/zh/net/aspose.words....
  8. Aspose::Words::Settings::WriteProtection Class ...

    Specifies write protection settings for a Document....protection settings for a document. Write protection specifies...author has recommended that the document is to be opened as read-only...

    reference.aspose.com/words/cpp/class/aspose.wor...
  9. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java....Levels of Nodes in a Document documentation article. Remarks: Text...Text of a Word document is said to consist of several stories...

    reference.aspose.com/words/java/com.aspose.word...
  10. In my document having some of the list like 7.1...

    @alexey.noskov in my Document having some of the list like 7.1.1,7.1.2 ex… so many list are the I need to convert this list to heading 3 Please note :based on the number like 7.1.1 ,7.1.2 ,7.2.1 ,…ex based on this numbe…...In my document having some of the list like 7.1.1,7.1.2 ex.....7:38am #1 @alexey.noskov in my document having some of the list like...

    forum.aspose.com/t/in-my-document-having-some-o...