Package io.keikai.importer
Class VmlDrawing.VShapeJson
- java.lang.Object
-
- io.keikai.importer.VmlDrawing.VShapeJson
-
- Enclosing class:
- VmlDrawing
public static class VmlDrawing.VShapeJson extends Object
-
-
Constructor Summary
Constructors Constructor Description VShapeJson(VmlDrawing parent, Map shape)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColumn()
String
getFillColor()
String
getFmlaLink()
String
getFmlaRange()
int
getHeight()
String
getId()
int
getIncrement()
int
getLeft()
int
getMax()
int
getMin()
String
getObjectType()
int
getPage()
int
getRow()
String
getSpid()
int
getTop()
int
getVal()
int
getWidth()
boolean
isFormCtrlType()
boolean
isHorizontal()
boolean
isNote()
boolean
isVisibility()
-
-
-
Constructor Detail
-
VShapeJson
public VShapeJson(VmlDrawing parent, Map shape)
-
-
Method Detail
-
isFormCtrlType
public boolean isFormCtrlType()
-
getObjectType
public String getObjectType()
-
isNote
public boolean isNote()
-
getColumn
public int getColumn()
-
getRow
public int getRow()
-
getId
public String getId()
-
getSpid
public String getSpid()
-
getFillColor
public String getFillColor()
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getLeft
public int getLeft()
-
getTop
public int getTop()
-
isVisibility
public boolean isVisibility()
-
getFmlaRange
public String getFmlaRange()
-
getFmlaLink
public String getFmlaLink()
-
getVal
public int getVal()
-
getMin
public int getMin()
-
getMax
public int getMax()
-
getIncrement
public int getIncrement()
-
isHorizontal
public boolean isHorizontal()
-
getPage
public int getPage()
-
-