org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
Class Note
java.lang.Object
org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Identifiable
org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Note
- All Implemented Interfaces:
- java.io.Serializable
public class Note
- extends PageAnnotation
- See Also:
- Serialized Form
|
Constructor Summary |
Note()
|
|
Method Summary |
java.lang.Integer |
getFontSize()
|
java.lang.String |
getText()
|
java.util.Set<org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.TextStyle> |
getTextStyle()
|
void |
setFontSize(java.lang.Integer fontSize)
|
void |
setText(java.lang.String text)
|
void |
setTextStyle(java.util.Set<org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.TextStyle> textStyle)
|
| Methods inherited from class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation |
getColor, getCreateDate, getCreatedByAuthor, getHeight, getModificationDate, getModifiedByAuthor, getPageNumber, getPageRelativeRotation, getWidth, getxCoordinate, getyCoordinate, setColor, setCreateDate, setCreatedByAuthor, setHeight, setModificationDate, setModifiedByAuthor, setPageNumber, setPageRelativeRotation, setWidth, setxCoordinate, setyCoordinate |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Note
public Note()
getFontSize
public java.lang.Integer getFontSize()
setFontSize
public void setFontSize(java.lang.Integer fontSize)
getText
public java.lang.String getText()
setText
public void setText(java.lang.String text)
getTextStyle
public java.util.Set<org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.TextStyle> getTextStyle()
setTextStyle
public void setTextStyle(java.util.Set<org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.TextStyle> textStyle)
Copyright © 2013 SunGard CSA LLC. All Rights Reserved.