Package | Description |
---|---|
com.aspose.note.hierarchy | |
com.aspose.note.revision |
Modifier and Type | Method and Description |
---|---|
static ActionItemStatus |
PropertyConvert.toActionItemStatus(Property property)
Gets the
ActionItemStatus value from revision Property . |
static long |
PropertyConvert.toArrayLength(Property property)
Gets the unsigned integer value from revision
Property . |
static String |
PropertyConvert.toAsciiString(Property property)
Gets the string value from revision
Property using ASCII encoding. |
static boolean |
PropertyConvert.toBool(Property property)
Gets the boolean value from revision
Property . |
static byte |
PropertyConvert.toByte(Property property)
Gets the byte value from revision
Property . |
static byte[] |
PropertyConvert.toByteArray(Property property)
Gets the array of byte values from revision
Property . |
static char[] |
PropertyConvert.toCharArray(Property property)
Gets the array of character values from revision
Property . |
static com.aspose.ms.System.Drawing.Color |
PropertyConvert.toColor(Property property,
com.aspose.ms.System.Drawing.Color defaultColor)
Gets the color value from revision
Property . |
static com.aspose.ms.System.DateTime |
PropertyConvert.toDateTime(Property property)
Gets the DateTime value from revision
Property . |
static float |
PropertyConvert.toFloat(Property property)
Gets the float value from revision
Property . |
static Guid |
PropertyConvert.toGuid(Property property)
Gets the GUID value from revision
Property . |
static int |
PropertyConvert.toInt(Property property)
Gets the integer value from revision
Property . |
static int[] |
PropertyConvert.toIntArray(Property property)
Gets the array of integer values from revision
Property . |
static LayoutAlignment |
PropertyConvert.toLayoutAlignment(Property property)
Gets the
LayoutAlignment value from revision Property . |
static NoteTagPropertyStatus |
PropertyConvert.toNoteTagPropertyStatus(Property property)
Gets the
NoteTagPropertyStatus value from revision Property . |
static RgOutlineIndentDistance |
PropertyConvert.toRgOutlineIndentDistance(Property property)
Gets the
RgOutlineIndentDistance value from revision Property . |
static String |
PropertyConvert.toUnicodeString(Property property)
Gets the string value from revision
Property using Unicode encoding. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericList<Property> |
PropertySet.getProperties()
Gets a list of property items.
|
com.aspose.ms.System.Collections.Generic.IGenericList<Property> |
PrtArrayOfPropertyValues.getProperties()
Gets a list of properties.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Property.equals(Property other)
The equals.
|
Constructor and Description |
---|
PropertySet(com.aspose.ms.System.Collections.Generic.IGenericList<Property> properties)
Initializes a new instance of the
PropertySet class. |
PropertySet(int cProperties,
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Property> properties)
Initializes a new instance of the
PropertySet class. |
PrtArrayOfPropertyValues(long cProperties,
PropertyId prid,
com.aspose.ms.System.Collections.Generic.IGenericList<Property> properties)
Initializes a new instance of the
PrtArrayOfPropertyValues class. |
Copyright (c) 2017 Aspose. All Rights Reserved.