Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 5,828 for

document revision

(0.97 sec)
  1. Getting Incorrect parent paragraph and order of...

    Hi Team, Test File - BPIA-1087.docx (25.9 KB) image.png (7.9 KB) for the line which is inserted as first line of Document, for this track change getting as 2nd change, and track change inside the box was getting as fi…...inserted as first line of document, for this track change getting...the box. pls find attached document above. image.png (12.8 KB)...

    forum.aspose.com/t/getting-incorrect-parent-par...
  2. InlineStory | Aspose.Words for Java

    Base class for inline-level nodes that can contain paragraphs and tables in Java....Levels of Nodes in a Document documentation article. Remarks: InlineStory...to a paragraph. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Layout::LayoutOptions Class Refe...

    Holds the options that allow controlling the Document layout process....that allow controlling the document layout process. You do not...access layout options for this document. Note that after changing...

    reference.aspose.com/words/cpp/class/aspose.wor...
  4. DocumentProperty.ToBool | Aspose.Words for .NET

    DocumentProperty ToBool method. Returns the property value as bool in C#....custom document properties. Document doc = new Document (); CustomDocumentProper...properties . Add ( "Authorized Revision" , doc . BuiltInDocumentPrope...

    reference.aspose.com/words/net/aspose.words.pro...
  5. DocumentProperty.to_int method | Aspose.Words f...

    DocumentProperty.to_int method. Returns the property value as integer....of custom document properties. doc = aw . Document () properties...properties = doc . custom_document_properties auth_date = datetime...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentPropertyCollection.contains method | As...

    DocumentPropertyCollection.contains method. Returns ``True`` if a property with the specified name exists in the collection....with a document’s custom properties. doc = aw . Document () properties...properties = doc . custom_document_properties self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentProperty.to_double method | Aspose.Word...

    DocumentProperty.to_double method. Returns the property value as double....of custom document properties. doc = aw . Document () properties...properties = doc . custom_document_properties auth_date = datetime...

    reference.aspose.com/words/python-net/aspose.wo...
  8. RevisionOptions.MovedFromTextEffect | Aspose.Wo...

    RevisionOptions MovedFromTextEffect property. Allows to specify the effect to be applied to the areas where content was moved from Moving. Default value is DoubleStrikeThrough in C#....appearance of revisions. Document doc = new Document ( MyDir + "Revisions..."Revisions.docx" ); // Get the RevisionOptions object that controls...

    reference.aspose.com/words/net/aspose.words.lay...
  9. RevisionOptions.RevisedPropertiesColor | Aspose...

    RevisionOptions RevisedPropertiesColor property. Allows to specify the color to be used for content with changes of formatting properties FormatChange Default value is NoHighlight in C#....appearance of revisions. Document doc = new Document ( MyDir + "Revisions..."Revisions.docx" ); // Get the RevisionOptions object that controls...

    reference.aspose.com/words/net/aspose.words.lay...
  10. RevisionTextEffect Enum | Aspose.Words for .NET

    Aspose.Words.Layout.RevisionTextEffect enum. Allows to specify decoration effect for Revisions of Document text in C#....decoration effect for revisions of document text. public enum RevisionTextEffect...Name Value Description None 0 Revised content has no special effects...

    reference.aspose.com/words/net/aspose.words.lay...