public class CTCtxNode extends Object implements Child
Java class for CT_CtxNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CtxNode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="property" type="{http://schemas.microsoft.com/ink/2010/main}CT_Property" maxOccurs="unbounded" minOccurs="0"/>
<element name="sourceLink" type="{http://schemas.microsoft.com/ink/2010/main}CT_CtxLink" maxOccurs="unbounded" minOccurs="0"/>
<element name="destinationLink" type="{http://schemas.microsoft.com/ink/2010/main}CT_CtxLink" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://schemas.microsoft.com/ink/2010/main}ST_Guid" />
<attribute name="type" use="required" type="{http://schemas.microsoft.com/ink/2010/main}ST_CtxNodeType" />
<attribute name="rotatedBoundingBox" type="{http://schemas.microsoft.com/ink/2010/main}ST_Points" />
<attribute name="alignmentLevel" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="contentType" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="ascender" type="{http://schemas.microsoft.com/ink/2010/main}ST_Points" default="0,0" />
<attribute name="descender" type="{http://schemas.microsoft.com/ink/2010/main}ST_Points" default="0,0" />
<attribute name="baseline" type="{http://schemas.microsoft.com/ink/2010/main}ST_Points" default="0,0" />
<attribute name="midline" type="{http://schemas.microsoft.com/ink/2010/main}ST_Points" default="0,0" />
<attribute name="customRecognizerId" type="{http://schemas.microsoft.com/ink/2010/main}ST_Guid" />
<attribute name="mathML" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="mathStruct" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="mathSymbol" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="beginModifierType" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="endModifierType" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="rotationAngle" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="hotPoints" type="{http://schemas.microsoft.com/ink/2010/main}ST_Points" />
<attribute name="centroid" type="{http://schemas.microsoft.com/ink/2010/main}ST_Point" />
<attribute name="semanticType" type="{http://schemas.microsoft.com/ink/2010/main}ST_SemanticType" default="none" />
<attribute name="shapeName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="shapeGeometry" type="{http://schemas.microsoft.com/ink/2010/main}ST_Points" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
alignmentLevel |
protected List<String> |
ascender |
protected List<String> |
baseline |
protected String |
beginModifierType |
protected String |
centroid |
protected Integer |
contentType |
protected String |
customRecognizerId |
protected List<String> |
descender |
protected List<CTCtxLink> |
destinationLink |
protected String |
endModifierType |
protected List<String> |
hotPoints |
protected String |
id |
protected String |
mathML |
protected String |
mathStruct |
protected String |
mathSymbol |
protected List<String> |
midline |
protected List<CTProperty> |
property |
protected List<String> |
rotatedBoundingBox |
protected Integer |
rotationAngle |
protected String |
semanticType |
protected List<String> |
shapeGeometry |
protected String |
shapeName |
protected List<CTCtxLink> |
sourceLink |
protected String |
type |
| Constructor and Description |
|---|
CTCtxNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
int |
getAlignmentLevel()
Gets the value of the alignmentLevel property.
|
List<String> |
getAscender()
Gets the value of the ascender property.
|
List<String> |
getBaseline()
Gets the value of the baseline property.
|
String |
getBeginModifierType()
Gets the value of the beginModifierType property.
|
String |
getCentroid()
Gets the value of the centroid property.
|
int |
getContentType()
Gets the value of the contentType property.
|
String |
getCustomRecognizerId()
Gets the value of the customRecognizerId property.
|
List<String> |
getDescender()
Gets the value of the descender property.
|
List<CTCtxLink> |
getDestinationLink()
Gets the value of the destinationLink property.
|
String |
getEndModifierType()
Gets the value of the endModifierType property.
|
List<String> |
getHotPoints()
Gets the value of the hotPoints property.
|
String |
getId()
Gets the value of the id property.
|
String |
getMathML()
Gets the value of the mathML property.
|
String |
getMathStruct()
Gets the value of the mathStruct property.
|
String |
getMathSymbol()
Gets the value of the mathSymbol property.
|
List<String> |
getMidline()
Gets the value of the midline property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
List<CTProperty> |
getProperty()
Gets the value of the property property.
|
List<String> |
getRotatedBoundingBox()
Gets the value of the rotatedBoundingBox property.
|
int |
getRotationAngle()
Gets the value of the rotationAngle property.
|
String |
getSemanticType()
Gets the value of the semanticType property.
|
List<String> |
getShapeGeometry()
Gets the value of the shapeGeometry property.
|
String |
getShapeName()
Gets the value of the shapeName property.
|
List<CTCtxLink> |
getSourceLink()
Gets the value of the sourceLink property.
|
String |
getType()
Gets the value of the type property.
|
void |
setAlignmentLevel(Integer value)
Sets the value of the alignmentLevel property.
|
void |
setBeginModifierType(String value)
Sets the value of the beginModifierType property.
|
void |
setCentroid(String value)
Sets the value of the centroid property.
|
void |
setContentType(Integer value)
Sets the value of the contentType property.
|
void |
setCustomRecognizerId(String value)
Sets the value of the customRecognizerId property.
|
void |
setEndModifierType(String value)
Sets the value of the endModifierType property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMathML(String value)
Sets the value of the mathML property.
|
void |
setMathStruct(String value)
Sets the value of the mathStruct property.
|
void |
setMathSymbol(String value)
Sets the value of the mathSymbol property.
|
void |
setParent(Object parent) |
void |
setRotationAngle(Integer value)
Sets the value of the rotationAngle property.
|
void |
setSemanticType(String value)
Sets the value of the semanticType property.
|
void |
setShapeName(String value)
Sets the value of the shapeName property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected List<CTProperty> property
protected String id
protected String type
protected Integer alignmentLevel
protected Integer contentType
protected String customRecognizerId
protected String mathML
protected String mathStruct
protected String mathSymbol
protected String beginModifierType
protected String endModifierType
protected Integer rotationAngle
protected String centroid
protected String semanticType
protected String shapeName
public List<CTProperty> getProperty()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
CTProperty
public List<CTCtxLink> getSourceLink()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sourceLink property.
For example, to add a new item, do as follows:
getSourceLink().add(newItem);
Objects of the following type(s) are allowed in the list
CTCtxLink
public List<CTCtxLink> getDestinationLink()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the destinationLink property.
For example, to add a new item, do as follows:
getDestinationLink().add(newItem);
Objects of the following type(s) are allowed in the list
CTCtxLink
public void setId(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic List<String> getRotatedBoundingBox()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the rotatedBoundingBox property.
For example, to add a new item, do as follows:
getRotatedBoundingBox().add(newItem);
Objects of the following type(s) are allowed in the list
String
public int getAlignmentLevel()
Integerpublic void setAlignmentLevel(Integer value)
value - allowed object is
Integerpublic int getContentType()
Integerpublic void setContentType(Integer value)
value - allowed object is
Integerpublic List<String> getAscender()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ascender property.
For example, to add a new item, do as follows:
getAscender().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getDescender()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the descender property.
For example, to add a new item, do as follows:
getDescender().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getBaseline()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the baseline property.
For example, to add a new item, do as follows:
getBaseline().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getMidline()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the midline property.
For example, to add a new item, do as follows:
getMidline().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getCustomRecognizerId()
Stringpublic void setCustomRecognizerId(String value)
value - allowed object is
Stringpublic String getMathML()
Stringpublic void setMathML(String value)
value - allowed object is
Stringpublic String getMathStruct()
Stringpublic void setMathStruct(String value)
value - allowed object is
Stringpublic String getMathSymbol()
Stringpublic void setMathSymbol(String value)
value - allowed object is
Stringpublic String getBeginModifierType()
Stringpublic void setBeginModifierType(String value)
value - allowed object is
Stringpublic String getEndModifierType()
Stringpublic void setEndModifierType(String value)
value - allowed object is
Stringpublic int getRotationAngle()
Integerpublic void setRotationAngle(Integer value)
value - allowed object is
Integerpublic List<String> getHotPoints()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the hotPoints property.
For example, to add a new item, do as follows:
getHotPoints().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getCentroid()
Stringpublic void setCentroid(String value)
value - allowed object is
Stringpublic String getSemanticType()
Stringpublic void setSemanticType(String value)
value - allowed object is
Stringpublic String getShapeName()
Stringpublic void setShapeName(String value)
value - allowed object is
Stringpublic List<String> getShapeGeometry()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the shapeGeometry property.
For example, to add a new item, do as follows:
getShapeGeometry().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.