Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
static LineEnding |
LineEnding.getByValue(int value) |
LineEnding |
FreeTextAnnotation.getEndingStyle()
Gets line ending style for line ending point.
|
LineEnding |
LineAnnotation.getEndingStyle()
Gets ending style for end point of line.
|
LineEnding |
PolyAnnotation.getEndingStyle()
Gets the style of second line ending.
|
LineEnding |
FreeTextAnnotation.getStartingStyle()
Gets or sets line ending style for line ending point.
|
LineEnding |
LineAnnotation.getStartingStyle()
Gets line ending style for line starting point.
|
LineEnding |
PolyAnnotation.getStartingStyle()
Gets the style of first line ending.
|
static LineEnding |
LineEndingConverter.toEnum(String value)
Get LineEnding element for string equivalent
|
static LineEnding |
LineEnding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineEnding[] |
LineEnding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FreeTextAnnotation.setEndingStyle(LineEnding value)
Sets line ending style for line ending point.
|
void |
LineAnnotation.setEndingStyle(LineEnding value)
Sets ending style for end point of line.
|
void |
PolyAnnotation.setEndingStyle(LineEnding value)
Sets the style of second line ending.
|
void |
FreeTextAnnotation.setStartingStyle(LineEnding value)
Gets or sets line ending style for line ending point.
|
void |
LineAnnotation.setStartingStyle(LineEnding value)
Sets line ending style for line starting point.
|
void |
PolyAnnotation.setStartingStyle(LineEnding value)
Sets the style of first line ending.
|
static String |
LineEndingConverter.toString(LineEnding value)
Get String name for LineEnding element
|
Copyright © 2025 Aspose. All Rights Reserved.