public class LineAnnot extends Annotation
Paragraph.VerticalPositionInfo
absolutePosX, absolutePosY, ClippingArea, FixedHeight, FixedWidth, isAbsoluteLayout, isFixedLayout, IsNeedAddToPage, IsPositionGot, IsPositionProcessed, isRelativeLayout, MayNeedReprocess, NextParagraph, posBottom, posLeft, posRight, posTop, RefPara, relativePosX, relativePosY, VerticalPosInfo
Constructor and Description |
---|
LineAnnot()
Initializes a new instance of the
LineNote class. |
Modifier and Type | Method and Description |
---|---|
int |
getCaptionOffsetX()
Gets or sets a float value that indicates the line caption left position.
|
int |
getCaptionOffsetY()
Gets or sets a float value that indicates the line caption top position.
|
int |
getLineEndStyle()
Gets or sets a value that indicates end style.
|
int |
getLineStartStyle()
Gets or sets a value that indicates start style.
|
GraphInfo |
getLineStyle()
Gets or sets a value that indicates line style.
|
float |
getPosLeftX()
Gets or sets a float value that indicates line start left position.
|
float |
getPosLeftY()
Gets or sets a float value that indicates line start vertical position.
|
float |
getPosRightX()
Gets or sets a float value that indicates line end right position.
|
float |
getPosRightY()
Gets or sets a float value that indicates line end vertical position.
|
boolean |
getShowCaption()
Gets or sets a value that indicates show caption option.
|
boolean |
isCaptionInLine()
Gets or sets a value that indicates show caption inline.
|
void |
isCaptionInLine(boolean value) |
boolean |
isCaptionTop()
Gets or sets a value that indicates show caption on top of line.
|
void |
isCaptionTop(boolean value) |
void |
setCaptionOffsetX(int value) |
void |
setCaptionOffsetY(int value) |
void |
setLineEndStyle(int value) |
void |
setLineStartStyle(int value) |
void |
setLineStyle(GraphInfo value) |
void |
setPosLeftX(float value) |
void |
setPosLeftY(float value) |
void |
setPosRightX(float value) |
void |
setPosRightY(float value) |
void |
setShowCaption(boolean value) |
getAnnotationType, setAnnotationType
completeClone, getAttachedFileName, getAttachedFileType, getAttachedStream, getAttachedStreamInternal, getAttachmentType, getFileIconType, getIconColor, getNoteContent, getNoteHeading, getNoteIconType, getNoteWindowPosition, getNoteWindowPositioningType, getTextInfo, isNoteOpen, isNoteOpen, setAttachedFileName, setAttachedFileType, setAttachedStream, setAttachedStreamInternal, setAttachmentType, setAutoPlay, setFileIconType, setIconColor, setLoop, setNoteContent, setNoteHeading, setNoteIconType, setNoteWindowPosition, setNoteWindowPositioningType, setTextInfo
copyTo, getBookmarked, getComposer, getFootNoteProcessed, getHeight, getID, getLeft, getMargin, getNeedReprocess, getNextParagraphInHeading, getPageNumber, getParentCell, getPositioningType, getPosX, getPosY, getRealPageNumber, getReferencedParagraphWidth, getReferenceParagraphID, getRefPageNumber, getSection, getTop, getWidth, isDisabled, isDisabled, isEndNote, isFirstParagraph, isFirstParagraph, isFirstParagraphInColumn, isFirstParagraphInColumn, isFootNote, isFootNote, isInHeaderFooter, isInHeaderFooter, isInList, isInList, isKeptTogether, isKeptTogether, isKeptWithNext, isKeptWithNext, isOnOddPage, isOnOddPage, setBookmarked, setFootNoteProcessed, setHeight, setID, setLeft, setMargin, setNeedReprocess, setNextParagraphInHeading, setPageNumber, setParentCell, setParentIsTable, setPositioningType, setPosX, setPosY, setRealPageNumber, setReferencedParagraphWidth, setReferenceParagraphID, setRefPageNumber, setSection, setTop, setWidth
public float getPosLeftX()
Gets or sets a float value that indicates line start left position.
public void setPosLeftX(float value)
public float getPosLeftY()
Gets or sets a float value that indicates line start vertical position.
public void setPosLeftY(float value)
public float getPosRightX()
Gets or sets a float value that indicates line end right position.
public void setPosRightX(float value)
public float getPosRightY()
Gets or sets a float value that indicates line end vertical position.
public void setPosRightY(float value)
public GraphInfo getLineStyle()
Gets or sets a value that indicates line style.
public void setLineStyle(GraphInfo value)
public int getLineStartStyle()
Gets or sets a value that indicates start style.
public void setLineStartStyle(int value)
public int getLineEndStyle()
Gets or sets a value that indicates end style.
public void setLineEndStyle(int value)
public boolean getShowCaption()
Gets or sets a value that indicates show caption option.
public void setShowCaption(boolean value)
public boolean isCaptionTop()
Gets or sets a value that indicates show caption on top of line.
public void isCaptionTop(boolean value)
public boolean isCaptionInLine()
Gets or sets a value that indicates show caption inline.
public void isCaptionInLine(boolean value)
public int getCaptionOffsetX()
Gets or sets a float value that indicates the line caption left position.
public void setCaptionOffsetX(int value)
public int getCaptionOffsetY()
Gets or sets a float value that indicates the line caption top position.
public void setCaptionOffsetY(int value)
Copyright © 2016 Aspose. All Rights Reserved.