Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 5,828 for

document revision

(1.32 sec)
  1. DocumentProperty.ToDouble | Aspose.Words for .NET

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

    reference.aspose.com/words/net/aspose.words.pro...
  2. Aspose::Words::Paragraph Class Reference - Aspo...

    Represents a paragraph of text....paragraph invalid when the document is opened in Microsoft Word...Words document by hand. auto doc = MakeObject<Document>(); //...

    reference.aspose.com/words/cpp/class/aspose.wor...
  3. Footnote | Aspose.Words for Java

    Represents a container for text of a footnote or endnote in Java....with Footnote and Endnote documentation article. Remarks: The Footnote...footnotes and endnotes in a Word document. Footnote is an inline-level...

    reference.aspose.com/words/java/com.aspose.word...
  4. DocumentPropertyCollection.Remove | Aspose.Word...

    DocumentPropertyCollection Remove method. Removes a property with the specified name from the collection in C#....work with a document’s custom properties. Document doc = new Document...Document (); CustomDocumentProper properties = doc . CustomDocumentProper...

    reference.aspose.com/words/net/aspose.words.pro...
  5. Document.LayoutOptions | Aspose.Words for .NET ...

    Document 财产. 得到一个 布局选项表示用于控制此文档的布局过程的选项的对象...Document.LayoutOptions Document.LayoutOptions property 得到一个 布局选项...显示如何在呈现的输出文档中隐藏文本。 Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/zh/net/aspose.words/...
  6. CustomDocumentProperties.Add | Aspose.Words for...

    CustomDocumentProperties 方法. 创建一个新的自定义文档属性 属性类型字符串数据类型.... Document doc = new Document (); CustomDocumentProper...properties . Add ( "Authorized Revision" , doc . BuiltInDocumentPrope...

    reference.aspose.com/words/zh/net/aspose.words....
  7. PropertyType enumeration | Aspose.Words for Python

    aspose.words.properties.PropertyType enumeration. Specifies data type of a Document property....enumeration Specifies data type of a document property. Members Name Description...with a document’s custom properties. doc = aw . Document () properties...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection::GetEnumerator method. Returns an enumerator object that can be used to iterate over all items in the collection in C++....Examples Shows how to work with a document’s custom properties. auto...auto doc = MakeObject < Document > (); SharedPtr < CustomDocumentProper...

    reference.aspose.com/words/cpp/aspose.words.pro...
  9. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection::Remove method. Removes a property with the specified name from the collection in C++....Examples Shows how to work with a document’s custom properties. auto...auto doc = MakeObject < Document > (); SharedPtr < CustomDocumentProper...

    reference.aspose.com/words/cpp/aspose.words.pro...
  10. DocumentProperty.to_bool method | Aspose.Words ...

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

    reference.aspose.com/words/python-net/aspose.wo...