public class PropertyConvert extends Object
Static helper for extracting different values from revision Property
instances.
Constructor and Description |
---|
PropertyConvert() |
Modifier and Type | Method and Description |
---|---|
static ActionItemStatus |
toActionItemStatus(Property property)
Gets the
ActionItemStatus value from revision Property . |
static long |
toArrayLength(Property property)
Gets the unsigned integer value from revision
Property . |
static String |
toAsciiString(Property property)
Gets the string value from revision
Property using ASCII encoding. |
static boolean |
toBool(Property property)
Gets the boolean value from revision
Property . |
static byte |
toByte(Property property)
Gets the byte value from revision
Property . |
static byte[] |
toByteArray(Property property)
Gets the array of byte values from revision
Property . |
static char[] |
toCharArray(Property property)
Gets the array of character values from revision
Property . |
static com.aspose.ms.System.Drawing.Color |
toColor(Property property,
com.aspose.ms.System.Drawing.Color defaultColor)
Gets the color value from revision
Property . |
static com.aspose.ms.System.DateTime |
toDateTime(Property property)
Gets the DateTime value from revision
Property . |
static float |
toFloat(Property property)
Gets the float value from revision
Property . |
static Guid |
toGuid(Property property)
Gets the GUID value from revision
Property . |
static int |
toInt(Property property)
Gets the integer value from revision
Property . |
static int[] |
toIntArray(Property property)
Gets the array of integer values from revision
Property . |
static LayoutAlignment |
toLayoutAlignment(Property property)
Gets the
LayoutAlignment value from revision Property . |
static NoteTagPropertyStatus |
toNoteTagPropertyStatus(Property property)
Gets the
NoteTagPropertyStatus value from revision Property . |
static RgOutlineIndentDistance |
toRgOutlineIndentDistance(Property property)
Gets the
RgOutlineIndentDistance value from revision Property . |
static String |
toUnicodeString(Property property)
Gets the string value from revision
Property using Unicode encoding. |
public static String toUnicodeString(Property property)
Gets the string value from revision Property
using Unicode encoding.
public static String toAsciiString(Property property)
Gets the string value from revision Property
using ASCII encoding.
public static byte toByte(Property property)
Gets the byte value from revision Property
.
public static int toInt(Property property)
Gets the integer value from revision Property
.
public static long toArrayLength(Property property)
Gets the unsigned integer value from revision Property
.
public static int[] toIntArray(Property property)
Gets the array of integer values from revision Property
.
public static byte[] toByteArray(Property property)
Gets the array of byte values from revision Property
.
public static char[] toCharArray(Property property)
Gets the array of character values from revision Property
.
public static float toFloat(Property property)
Gets the float value from revision Property
.
public static boolean toBool(Property property)
Gets the boolean value from revision Property
.
public static com.aspose.ms.System.DateTime toDateTime(Property property)
Gets the DateTime value from revision Property
.
public static com.aspose.ms.System.Drawing.Color toColor(Property property, com.aspose.ms.System.Drawing.Color defaultColor)
Gets the color value from revision Property
.
public static RgOutlineIndentDistance toRgOutlineIndentDistance(Property property)
Gets the RgOutlineIndentDistance
value from revision Property
.
public static LayoutAlignment toLayoutAlignment(Property property)
Gets the LayoutAlignment
value from revision Property
.
public static NoteTagPropertyStatus toNoteTagPropertyStatus(Property property)
Gets the NoteTagPropertyStatus
value from revision Property
.
public static ActionItemStatus toActionItemStatus(Property property)
Gets the ActionItemStatus
value from revision Property
.
Copyright (c) 2017 Aspose. All Rights Reserved.