public class CIMParagraphTextGraphic extends CIMTextGraphicBase
| Constructor and Description |
|---|
CIMParagraphTextGraphic() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMParagraphTextGraphic |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
int |
getColumnCount()
Gets number of columns in the paragraph text graphic.
|
double |
getColumnGap()
Gets the gap between columns.
|
CIMGraphicFrame |
getFrame()
Gets the graphic frame of the paragraph text graphic.
|
double |
getMargin()
Gets the margin of the paragraph text graphic.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setColumnCount(int columnCount)
Sets number of columns in the paragraph text graphic.
|
void |
setColumnGap(double columnGap)
Sets the gap between columns.
|
void |
setFrame(CIMGraphicFrame frame)
Sets the graphic frame of the paragraph text graphic.
|
void |
setMargin(double margin)
Sets the margin of the paragraph text graphic.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getLeaders, getShape, getText, setLeaders, setShape, setTextgetAttributes, getBlendingMode, getPlacement, getReferenceScale, getSymbol, getTransparency, setAttributes, setBlendingMode, setPlacement, setReferenceScale, setSymbol, setTransparencypublic CIMGraphicFrame getFrame()
public void setFrame(CIMGraphicFrame frame)
public int getColumnCount()
public void setColumnCount(int columnCount)
public double getColumnGap()
public void setColumnGap(double columnGap)
public double getMargin()
public void setMargin(double margin)
public static CIMParagraphTextGraphic fromJSON(java.lang.String json) throws CIMJSONException
CIMJSONExceptionpublic java.lang.String toJSON()
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMTextGraphicBaseCIMJSONExceptionpublic void serialize(JSONObject jsonObject)
serialize in class CIMTextGraphicBase