UnclosedPathAnnotation Class
Defines a PDF unclosed path annotation.
Declaration
public abstract class UnclosedPathAnnotation extends PathAnnotation
Remarks
Refer to the following help topic for additional information: Drawing Annotations.
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
JavaObject
BaseAnnotation
MarkupAnnotation
PathAnnotation
UnclosedPathAnnotation
Methods
getFinishLineEnding() Method
Returns the unclosed path annotation finish line ending.
Declaration
public AnnotationLineEndingStyle getFinishLineEnding()
Returns
| Type | Description |
|---|---|
| AnnotationLineEndingStyle | The unclosed path annotation finish line ending. |
getStartLineEnding() Method
Returns the unclosed path annotation start line ending.
Declaration
public AnnotationLineEndingStyle getStartLineEnding()
Returns
| Type | Description |
|---|---|
| AnnotationLineEndingStyle | The unclosed path annotation start line ending. |
setFinishLineEnding(AnnotationLineEndingStyle value) Method
Sets the unclosed path annotation finish line ending.
Declaration
public void setFinishLineEnding(AnnotationLineEndingStyle value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | AnnotationLineEndingStyle | The unclosed path annotation finish line ending. |
setStartLineEnding(AnnotationLineEndingStyle value) Method
Sets the unclosed path annotation start line ending.
Declaration
public void setStartLineEnding(AnnotationLineEndingStyle value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | AnnotationLineEndingStyle | The unclosed path annotation start line ending. |