public class LineAnnot extends Annotation
Modifier and Type | Field and Description |
---|---|
int |
CaptionOffsetX
Gets or sets a float value that indicates the line caption left position.
|
int |
CaptionOffsetY
Gets or sets a float value that indicates the line caption top position.
|
boolean |
IsCaptionInLine
Gets or sets a value that indicates show caption inline.
|
boolean |
IsCaptionTop
Gets or sets a value that indicates show caption on top of line.
|
int |
LineEndStyle
Gets or sets a value that indicates end style.
|
int |
LineStartStyle
Gets or sets a value that indicates start style.
|
GraphInfo |
LineStyle
Gets or sets a value that indicates line style.
|
float |
PosLeftX
Gets or sets a float value that indicates line start left position.
|
float |
PosLeftY
Gets or sets a float value that indicates line start vertical position.
|
float |
PosRightX
Gets or sets a float value that indicates line end right position.
|
float |
PosRightY
Gets or sets a float value that indicates line end vertical position.
|
boolean |
ShowCaption
Gets or sets a value that indicates show caption option.
|
_AnnotationType
_AttachmentType, _FileIconType, _NoteIconType, _NoteWindowPositioningType, AttachedFileName, AttachedFileType, AttachedStream, IconColor, IsNoteOpen, NoteContent, NoteHeading, NoteWindowPosition, TextInfo
_PositioningType, FixedHeight, FixedWidth, ID, IsDisabled, IsFirstParagraph, IsFirstParagraphInColumn, IsInList, IsKeptTogether, IsKeptWithNext, IsOnOddPage, Left, Margin, ReferenceParagraphID, Top
Constructor and Description |
---|
LineAnnot()
Initializes a new instance of the
Aspose.Pdf.Generator.LineAnnot class. |
Modifier and Type | Method and Description |
---|---|
void |
load(com.aspose.ms.System.Xml.XmlTextReader xmlReader,
LoadingContext context) |
completeClone
copyTo, getBookmarked, setBookmarked
public float PosLeftX
Gets or sets a float value that indicates line start left position.
public float PosLeftY
Gets or sets a float value that indicates line start vertical position.
public float PosRightX
Gets or sets a float value that indicates line end right position.
public float PosRightY
Gets or sets a float value that indicates line end vertical position.
public GraphInfo LineStyle
Gets or sets a value that indicates line style.
public int LineStartStyle
Gets or sets a value that indicates start style.
public int LineEndStyle
Gets or sets a value that indicates end style.
public boolean ShowCaption
Gets or sets a value that indicates show caption option.
public boolean IsCaptionTop
Gets or sets a value that indicates show caption on top of line.
public boolean IsCaptionInLine
Gets or sets a value that indicates show caption inline.
public int CaptionOffsetX
Gets or sets a float value that indicates the line caption left position.
public int CaptionOffsetY
Gets or sets a float value that indicates the line caption top position.
public LineAnnot()
Initializes a new instance of the Aspose.Pdf.Generator.LineAnnot
class.
public void load(com.aspose.ms.System.Xml.XmlTextReader xmlReader, LoadingContext context)
load
in class Annotation
Copyright © 2014 Aspose. All Rights Reserved.