Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 2,534 for

trim document

(0.06 sec)
  1. Working with Text Document in C#|Aspose.Words f...

    Advanced TXT Document processing, lists, BiDi, headers/footer, using C#....Ask AI Working with Text Document Contents [ Hide ] What is this...how to work with plain text documents using Aspose.Words. In this...

    docs.aspose.com/words/net/working-with-text-doc...
  2. PlainTextDocument class | Aspose.Words for Node.js

    Aspose.Words.PlainTextDocument class. Allows to extract plain-text representation of the Document's content...plain-text representation of the document’s content. To learn more,...the Working with Text Document documentation article. Constructors...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. DocumentBuilder.CurrentStructuredDocumentTag | ...

    Discover the CurrentStructuredDocumentTag property in DocumentBuilder. Easily access the selected structured Document tag for efficient Document management....property Gets the structured document tag that is currently selected...structured document tag. Document doc = new Document ( MyDir +...

    reference.aspose.com/words/net/aspose.words/doc...
  4. TxtLoadOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.TxtLoadOptions for enhanced text Document loading. Customize your Document object with flexible options for optimal performance....when loading Text document into a Document object. To learn more...the Specify Load Options documentation article. public class TxtLoadOptions...

    reference.aspose.com/words/net/aspose.words.loa...
  5. CompositeNode.LastChild | Aspose.Words for .NET

    Discover the CompositeNode LastChild property to easily access and manipulate the last child node, enhancing your data structure management....section in the document. Document doc = new Document (); DocumentBuilder...the first one, leaving the document with only the second. Assert...

    reference.aspose.com/words/net/aspose.words/com...
  6. WriteProtection.IsWriteProtected | Aspose.Words...

    Discover the WriteProtection IsWriteProtected property, easily check if a write protection password is active for enhanced security and data integrity....protect a document with a password. Document doc = new Document ();...Writeln ( "Hello world! This document is protected." ); // Enter...

    reference.aspose.com/words/net/aspose.words.set...
  7. Aspose::Words::ImportFormatOptions::get_AdjustS...

    Aspose::Words::ImportFormatOptions::get_AdjustSentenceAndWordSpacing method. Gets or sets a boolean value that specifies whether to adjust sentence and word spacing automatically. The default value is false in C++....MakeObject < Aspose :: Words :: Document > (); auto dstDoc = System...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words/imp...
  8. Aspose::Words::Loading::MarkdownLoadOptions::ge...

    Aspose::Words::Loading::MarkdownLoadOptions::get_SoftLineBreakCharacter method. Gets or sets a character value representing soft line break. The default value is SPACE (U+0020) in C++....MakeObject < Aspose :: Words :: Document > ( stream , loadOptions );...line2" , doc -> GetText (). Trim ()); } See Also Class MarkdownLoadOptions...

    reference.aspose.com/words/cpp/aspose.words.loa...
  9. ImportFormatOptions.adjustSentenceAndWordSpacin...

    ImportFormatOptions.adjustSentenceAndWordSpacing property. Gets or sets a boolean value that specifies whether to adjust sentence and word spacing automatically... Document (); let dstDoc = new aw . Document (); var builder...firstParagraph . getText (). trim ()). toEqual ( "Lorem ipsum...

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

    Provides typed access to a collection of Run nodes in Java....the Programming with Documents documentation article. Examples:...an inline node. Document doc = new Document(getMyDir() + "Revision...

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