|
Tag Browser: document-properties
< 1 second(s)
-
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 ...
-
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 ...
|