ParagraphPositioningMode

Inheritance: java.lang.Object, java.lang.Enum < ParagraphPositioningMode > com.aspose.pdf.ParagraphPositioningMode, java.lang.Enum < ParagraphPositioningMode >, com.aspose.pdf.ParagraphPositioningMode

All Implemented Interfaces: Serializable, Comparable < ParagraphPositioningMode >

public enum ParagraphPositioningMode extends Enum < ParagraphPositioningMode >

Specifies variant for determining the location of the element on the page.

Fields

FieldDescription
AbsoluteThe location is specified by the Left and Top values, does not depend on previous elements and does not affect the location of subsequent ones.
DefaultThe location is determined by the previously placed elements.

Methods

MethodDescription
getByValue
getValue
valueOfReturns the enum constant of this type with the specified name.
valuesReturns an array containing the constants of this enum type, in the order they are declared.

Absolute

public static final ParagraphPositioningMode Absolute

The location is specified by the Left and Top values, does not depend on previous elements and does not affect the location of subsequent ones.

Default

public static final ParagraphPositioningMode Default

The location is determined by the previously placed elements.

getByValue

public static ParagraphPositioningMode getByValue(int value)

Parameters:

ParameterTypeDescription
value

getValue

public int getValue()

valueOf

Returns the enum constant of this type with the specified name.

values

public static ParagraphPositioningMode [] values()

Returns an array containing the constants of this enum type, in the order they are declared.

Returns: an array containing the constants of this enum type, in the order they are declared