public class InlineVerticalAlignment extends Object
| Constructor and Description |
|---|
InlineVerticalAlignment()
Creates a default InlineVerticalAlignment, it gets the type
InlineVerticalAlignmentType.BASELINE. |
InlineVerticalAlignment(InlineVerticalAlignmentType type)
Creates an InlineVerticalAlignment with a specified type.
|
InlineVerticalAlignment(InlineVerticalAlignmentType type,
float value)
Creates an InlineVerticalAlignment with a specified type and a value.
|
| Modifier and Type | Method and Description |
|---|---|
InlineVerticalAlignmentType |
getType()
Gets the type of InlineVerticalAlignment.
|
float |
getValue()
Gets the value.
|
void |
setType(InlineVerticalAlignmentType type)
Sets the type
InlineVerticalAlignmentType. |
void |
setValue(float value)
Sets the value.
|
public InlineVerticalAlignment()
InlineVerticalAlignmentType.BASELINE.public InlineVerticalAlignment(InlineVerticalAlignmentType type)
type - InlineVerticalAlignmentTypepublic InlineVerticalAlignment(InlineVerticalAlignmentType type, float value)
PdfException when used with a type that does not require a value.type - InlineVerticalAlignmentTypevalue - In the case of InlineVerticalAlignmentType.FIXED a lenth in pts,
in case of InlineVerticalAlignmentType.FRACTION a multiplier value.public InlineVerticalAlignmentType getType()
InlineVerticalAlignmentTypepublic void setType(InlineVerticalAlignmentType type)
InlineVerticalAlignmentType.type - InlineVerticalAlignmentTypepublic float getValue()
InlineVerticalAlignmentType.FIXED a lenth in pts,
in case of InlineVerticalAlignmentType.FRACTION a multiplier value.public void setValue(float value)
value - In the case of InlineVerticalAlignmentType.FIXED a lenth in pts,
in case of InlineVerticalAlignmentType.FRACTION a multiplier value.Copyright © 1998–2024 Apryse Group NV. All rights reserved.