public class RgOutlineIndentDistance extends Object
Gets the indentation of outline elements
Constructor and Description |
---|
RgOutlineIndentDistance(byte count,
float[] rgIndents)
Initializes a new instance of the
RgOutlineIndentDistance class. |
RgOutlineIndentDistance(byte count,
float[] rgIndents,
com.aspose.ms.System.Collections.BitArray unused)
Initializes a new instance of the
RgOutlineIndentDistance class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines whether the specified
T:System.object is equal to the current T:System.object . |
byte |
getCount()
Gets the count of items in the
RgIndents element. |
static RgOutlineIndentDistance |
getDefault()
Gets a default value for
RgOutlineIndentDistance class. |
float[] |
getRgIndents()
Gets the indentation distance, in half-inch increments, of each outline level in the outline.
|
com.aspose.ms.System.Collections.BitArray |
getUnused()
Gets unused bit array.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
static boolean |
op_Equality(RgOutlineIndentDistance left,
RgOutlineIndentDistance right)
The ==.
|
static boolean |
op_Inequality(RgOutlineIndentDistance left,
RgOutlineIndentDistance right)
The !=.
|
public RgOutlineIndentDistance(byte count, float[] rgIndents, com.aspose.ms.System.Collections.BitArray unused)
Initializes a new instance of the RgOutlineIndentDistance
class.
public RgOutlineIndentDistance(byte count, float[] rgIndents)
Initializes a new instance of the RgOutlineIndentDistance
class.
public byte getCount()
Gets the count of items in the RgIndents
element.
public com.aspose.ms.System.Collections.BitArray getUnused()
Gets unused bit array. It is undefined and MUST be ignored
public float[] getRgIndents()
Gets the indentation distance, in half-inch increments, of each outline level in the outline.
public static RgOutlineIndentDistance getDefault()
Gets a default value for RgOutlineIndentDistance
class.
public boolean equals(Object obj)
Determines whether the specified T:System.object
is equal to the current T:System.object
.
public int hashCode()
Serves as a hash function for a particular type.
public static boolean op_Equality(RgOutlineIndentDistance left, RgOutlineIndentDistance right)
The ==.
public static boolean op_Inequality(RgOutlineIndentDistance left, RgOutlineIndentDistance right)
The !=.
Copyright (c) 2017 Aspose. All Rights Reserved.