Sign UpSign Up   Sign InSign In Welcome Guest,
Live Chat Live Chat

Tag Browser: document-properties

< 1 second(s)
  • Edit Document Range

    I am looking for a way to edit the document's range. I know it is read-only but I need to trim off the last character of the document, whatever that character may be. It could be a paragraph character or an actual letter/number. So if my document.range.text was ''hello world!'', I would need to trim off the ''!'', keeping in mind that I won't ...
    Posted to Aspose.Words Product Family (Forum) by RJnys on January 25, 2011
  • Deleting document properties

    How I can deleting all document properties with Aspose.Words like Microsoft Office 2007 ''Document Inspector'' command? I tried to use document.BuiltInDocumentProperties.Clear();document.CustomDocumentProperties.Clear(); but after saving it (in DOCX as sample) after checking document properties in Microsoft Word 2007 (SP2) Document Inspector ...
    Posted to Aspose.Words Product Family (Forum) by Alexander.Kozlenko on July 3, 2009
    Filed under: Document Properties