Package | Description |
---|---|
com.aspose.note.revision |
Modifier and Type | Method and Description |
---|---|
PropertyId |
Property.getId()
Gets the id.
|
PropertyId |
PrtArrayOfPropertyValues.getPrid()
Gets the type of each property in the array.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PropertyId.equals(PropertyId other)
The equals.
|
static boolean |
PropertyId.op_Equality(PropertyId x,
PropertyId y)
The ==.
|
static boolean |
PropertyId.op_Inequality(PropertyId x,
PropertyId y)
The !=.
|
Constructor and Description |
---|
Property(PropertyId id)
Initializes a new instance of the
Property class. |
Property(PropertyId id,
byte value)
Initializes a new instance of the
Property class. |
Property(PropertyId id,
byte[] value)
Initializes a new instance of the
Property class. |
Property(PropertyId id,
long value)
Initializes a new instance of the
Property class. |
Property(PropertyId id,
PropertySet value)
Initializes a new instance of the
Property class. |
Property(PropertyId id,
PrtArrayOfPropertyValues value)
Initializes a new instance of the
Property class. |
Property(PropertyId id,
PrtFourBytesOfLengthFollowedByData value)
Initializes a new instance of the
Property 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) 2016 Aspose. All Rights Reserved.