Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 2,317 for

trim document

(0.04 sec)
  1. Aspose::Words::Lists::ListLabel class | Aspose....

    Aspose::Words::Lists::ListLabel class. Defines properties specific to a list label. To learn more, visit the Documentation article in C++....the Working with Lists documentation article. class ListLabel...items. auto doc = MakeObject < Document > ( MyDir + u "Rendering.docx"...

    reference.aspose.com/words/cpp/aspose.words.lis...
  2. CompositeNode.RemoveChild | Aspose.Words for .NET

    Effortlessly manage your CompositeNode with the RemoveChild method, designed to streamline node removal for enhanced performance and efficiency....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...
  3. Run class | Aspose.Words for Node.js

    Aspose.Words.Run class. Represents a run of characters with the same font formatting...the Programming with Documents documentation article. Remarks All...All text of the document is stored in runs of text. Run can only...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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...
  5. FindReplaceOptions.ignoreShapes property | Aspo...

    FindReplaceOptions.ignoreShapes property. Gets or sets a boolean value indicating either to ignore shapes within a text.... Document (); let builder = new aw ...ignoreShapes = true ; builder . document . range . replace ( "Lorem...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. OdtSaveOptions.saveFormat property | Aspose.Wor...

    OdtSaveOptions.saveFormat property. Specifies the format in which the Document will be saved if this save options object is used...Specifies the format in which the document will be saved if this save...to encrypt a saved ODT/OTT document with a password, and then...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. MailMerge.TrimWhitespaces | Aspose.Words for .NET

    Optimize your mail merge process with the TrimWhitespaces property, ensuring clean data by removing leading and trailing spaces for accurate results....and leading whitespaces are trimmed from mail merge values. public...true . Examples Shows how to trim whitespaces from values of a...

    reference.aspose.com/words/net/aspose.words.mai...
  8. Aspose::Words::NodeChangingAction enum | Aspose...

    Aspose::Words::NodeChangingAction enum. Specifies the type of node change in C++....to monitor changes to the document tree in real-time as we edit...{ auto doc = MakeObject < Document > (); doc -> set_NodeChangingCallback...

    reference.aspose.com/words/cpp/aspose.words/nod...
  9. FindReplaceOptions.ignoreStructuredDocumentTags...

    FindReplaceOptions.ignoreStructuredDocumentTags property. Gets or sets a boolean value indicating either to ignore content of [StructuredDocumentTag](../../../aspose.words.markup/structuredDocumenttag/)... Document ( base . myDir + "Structured document tags.docx"...( aw . SaveFormat . Text ). trim (); let options = new aw . Replacing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 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...