org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
Class Note

java.lang.Object
  extended by org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Identifiable
      extended by org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
          extended by org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Note
All Implemented Interfaces:
Serializable

public class Note
extends PageAnnotation

See Also:
Serialized Form

Constructor Summary
Note()
           
 
Method Summary
 Integer getFontSize()
           
 String getText()
           
 Set<org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.TextStyle> getTextStyle()
           
 void setFontSize(Integer fontSize)
           
 void setText(String text)
           
 void setTextStyle(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 org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Identifiable
equals, getId, setId
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Note

public Note()
Method Detail

getFontSize

public Integer getFontSize()

setFontSize

public void setFontSize(Integer fontSize)

getText

public String getText()

setText

public void setText(String text)

getTextStyle

public Set<org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.TextStyle> getTextStyle()

setTextStyle

public void setTextStyle(Set<org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.TextStyle> textStyle)


Copyright © 2017 Eclipse Stardust. All Rights Reserved.