public class CallDetailNoteInstructions extends CallDetailCreateInstructions
inst| Constructor and Description |
|---|
CallDetailNoteInstructions(com.ptc.pfc.pfcDetail.DetailNoteInstructions inst) |
| Modifier and Type | Method and Description |
|---|---|
void |
copySettings(CallDetailNoteInstructions targetInst) |
static CallDetailNoteInstructions |
create(CallDetailTextLines lines) |
CallColorRGB |
getColor() |
com.ptc.pfc.pfcDetail.HorizontalJustification |
getHorizontal() |
com.ptc.pfc.pfcDetail.DetailNoteInstructions |
getInst() |
java.lang.Boolean |
getIsDisplayed() |
java.lang.Boolean |
getIsMirrored() |
CallDetailLeaders |
getLeader() |
java.lang.Double |
getTextAngle() |
CallDetailTextLines |
getTextLines() |
com.ptc.pfc.pfcDetail.VerticalJustification |
getVertical() |
void |
setColor(CallColorRGB value) |
void |
setHorizontal(com.ptc.pfc.pfcDetail.HorizontalJustification value) |
void |
setIsDisplayed(java.lang.Boolean value) |
void |
setIsMirrored(java.lang.Boolean value) |
void |
setLeader(CallDetailLeaders value) |
void |
setTextAngle(java.lang.Double value) |
void |
setVertical(com.ptc.pfc.pfcDetail.VerticalJustification value) |
getTypepublic CallDetailNoteInstructions(com.ptc.pfc.pfcDetail.DetailNoteInstructions inst)
public static CallDetailNoteInstructions create(CallDetailTextLines lines) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallDetailTextLines getTextLines() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallColorRGB getColor() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setColor(CallColorRGB value) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcDetail.HorizontalJustification getHorizontal()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setHorizontal(com.ptc.pfc.pfcDetail.HorizontalJustification value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcDetail.VerticalJustification getVertical()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setVertical(com.ptc.pfc.pfcDetail.VerticalJustification value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic java.lang.Boolean getIsDisplayed()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setIsDisplayed(java.lang.Boolean value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic java.lang.Boolean getIsMirrored()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setIsMirrored(java.lang.Boolean value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic java.lang.Double getTextAngle()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setTextAngle(java.lang.Double value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setLeader(CallDetailLeaders value) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallDetailLeaders getLeader() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void copySettings(CallDetailNoteInstructions targetInst) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcDetail.DetailNoteInstructions getInst()
getInst in class CallDetailCreateInstructions