Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 2,258 for

trim document

(0.05 sec)
  1. FieldMergeField.FieldNameNoPrefix | Aspose.Word...

    Discover the FieldMergeField FieldNameNoPrefix property that simplifies data handling by returning only the field name, omitting any prefixes for clarity.... Document doc = new Document (); DocumentBuilder...Assert . That ( doc . GetText (). Trim (), Is . EqualTo ( "Dear Mr...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Insert hyperlink doesnt work when doc is conver...

    We are using below code to insert hyper link after every paragraph . But once the Document is converted to pdf, hyper link isnt working. foreach (Paragraph paragraph in doc.GetChildNodes(NodeType.Paragraph, true)) { …... But once the document is converted to pdf, hyper...paragraph.ToString(SaveFormat.Text).Trim(); // Check if the paragraph...

    forum.aspose.com/t/insert-hyperlink-doesnt-work...
  3. WriteProtection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Settings.WriteProtection class to easily manage Document write protection settings and enhance your Document security....protection settings for a document. To learn more, visit the...Protect or Encrypt a Document documentation article. public class...

    reference.aspose.com/words/net/aspose.words.set...
  4. RowCollection class | Aspose.Words for Node.js

    Aspose.Words.Tables.RowCollection class. Provides typed access to a collection of [Row](../row/) nodes...the Working with Tables documentation article. Inheritance: RowCollection...this collection and from the document. (Inherited from NodeCollection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ExportHeadersFootersMode | Aspose.Words for Java

    Specifies how headers and footers are exported to HTML MHTML or EPUB in Java....saving a document to HTML. Document doc = new Document(getMyDir()...footer types.docx"); // This document contains headers and footers...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Saving::OdtSaveOptions::OdtSaveO...

    Aspose::Words::Saving::OdtSaveOptions::OdtSaveOptions constructor. Initializes a new instance of this class that can be used to save a Document in the Odt format in C++....that can be used to save a document in the Odt format. Aspose...Shows how to make a saved document conform to an older ODT schema...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Table.NodeType | Aspose.Words for .NET

    Discover the Table NodeType property that efficiently returns table data, enhancing your data management and organization for seamless integration....RecurseChildren () { Document doc = new Document ( MyDir + "Paragraphs...contain child nodes, such as the document itself, is composite. Assert...

    reference.aspose.com/words/net/aspose.words.tab...
  8. Aspose::Words::InlineStory::get_Paragraphs meth...

    Aspose::Words::InlineStory::get_Paragraphs method. Gets a collection of paragraphs that are immediate children of the story in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...which we will pass to the document builder's "InsertFootnote"...

    reference.aspose.com/words/cpp/aspose.words/inl...
  9. Aspose::Words::InlineStory::get_FirstParagraph ...

    Aspose::Words::InlineStory::get_FirstParagraph method. Gets the first paragraph in the story in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...which we will pass to the document builder's "InsertFootnote"...

    reference.aspose.com/words/cpp/aspose.words/inl...
  10. Aspose::Words::Section::EnsureMinimum method | ...

    Aspose::Words::Section::EnsureMinimum method. Ensures that the section has Body with one Paragraph in C++....Aspose :: Words :: Document > (); // A blank document comes with a...We can add contents to this document by adding elements such as...

    reference.aspose.com/words/cpp/aspose.words/sec...