Class CTCtxNode
- All Implemented Interfaces:
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integerprotected Stringprotected Stringprotected Integerprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected List<CTProperty>protected Integerprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.intGets the value of the alignmentLevel property.Gets the value of the ascender property.Gets the value of the baseline property.Gets the value of the beginModifierType property.Gets the value of the centroid property.intGets the value of the contentType property.Gets the value of the customRecognizerId property.Gets the value of the descender property.Gets the value of the destinationLink property.Gets the value of the endModifierType property.Gets the value of the hotPoints property.getId()Gets the value of the id property.Gets the value of the mathML property.Gets the value of the mathStruct property.Gets the value of the mathSymbol property.Gets the value of the midline property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the property property.Gets the value of the rotatedBoundingBox property.intGets the value of the rotationAngle property.Gets the value of the semanticType property.Gets the value of the shapeGeometry property.Gets the value of the shapeName property.Gets the value of the sourceLink property.getType()Gets the value of the type property.voidsetAlignmentLevel(Integer value) Sets the value of the alignmentLevel property.voidsetBeginModifierType(String value) Sets the value of the beginModifierType property.voidsetCentroid(String value) Sets the value of the centroid property.voidsetContentType(Integer value) Sets the value of the contentType property.voidsetCustomRecognizerId(String value) Sets the value of the customRecognizerId property.voidsetEndModifierType(String value) Sets the value of the endModifierType property.voidSets the value of the id property.voidSets the value of the mathML property.voidsetMathStruct(String value) Sets the value of the mathStruct property.voidsetMathSymbol(String value) Sets the value of the mathSymbol property.voidvoidsetRotationAngle(Integer value) Sets the value of the rotationAngle property.voidsetSemanticType(String value) Sets the value of the semanticType property.voidsetShapeName(String value) Sets the value of the shapeName property.voidSets the value of the type property.
-
Field Details
-
property
-
sourceLink
-
destinationLink
-
id
-
type
-
rotatedBoundingBox
-
alignmentLevel
-
contentType
-
ascender
-
descender
-
baseline
-
midline
-
customRecognizerId
-
mathML
-
mathStruct
-
mathSymbol
-
beginModifierType
-
endModifierType
-
rotationAngle
-
hotPoints
-
centroid
-
semanticType
-
shapeName
-
shapeGeometry
-
-
Constructor Details
-
CTCtxNode
public CTCtxNode()
-
-
Method Details
-
getProperty
Gets the value of the property property.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
setmethod 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 -
getSourceLink
Gets the value of the sourceLink property.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
setmethod 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 -
getDestinationLink
Gets the value of the destinationLink property.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
setmethod 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 -
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getRotatedBoundingBox
Gets the value of the rotatedBoundingBox property.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
setmethod 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 -
getAlignmentLevel
public int getAlignmentLevel()Gets the value of the alignmentLevel property.- Returns:
- possible object is
Integer
-
setAlignmentLevel
Sets the value of the alignmentLevel property.- Parameters:
value- allowed object isInteger
-
getContentType
public int getContentType()Gets the value of the contentType property.- Returns:
- possible object is
Integer
-
setContentType
Sets the value of the contentType property.- Parameters:
value- allowed object isInteger
-
getAscender
Gets the value of the ascender property.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
setmethod 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 -
getDescender
Gets the value of the descender property.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
setmethod 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 -
getBaseline
Gets the value of the baseline property.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
setmethod 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 -
getMidline
Gets the value of the midline property.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
setmethod 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 -
getCustomRecognizerId
Gets the value of the customRecognizerId property.- Returns:
- possible object is
String
-
setCustomRecognizerId
Sets the value of the customRecognizerId property.- Parameters:
value- allowed object isString
-
getMathML
Gets the value of the mathML property.- Returns:
- possible object is
String
-
setMathML
Sets the value of the mathML property.- Parameters:
value- allowed object isString
-
getMathStruct
Gets the value of the mathStruct property.- Returns:
- possible object is
String
-
setMathStruct
Sets the value of the mathStruct property.- Parameters:
value- allowed object isString
-
getMathSymbol
Gets the value of the mathSymbol property.- Returns:
- possible object is
String
-
setMathSymbol
Sets the value of the mathSymbol property.- Parameters:
value- allowed object isString
-
getBeginModifierType
Gets the value of the beginModifierType property.- Returns:
- possible object is
String
-
setBeginModifierType
Sets the value of the beginModifierType property.- Parameters:
value- allowed object isString
-
getEndModifierType
Gets the value of the endModifierType property.- Returns:
- possible object is
String
-
setEndModifierType
Sets the value of the endModifierType property.- Parameters:
value- allowed object isString
-
getRotationAngle
public int getRotationAngle()Gets the value of the rotationAngle property.- Returns:
- possible object is
Integer
-
setRotationAngle
Sets the value of the rotationAngle property.- Parameters:
value- allowed object isInteger
-
getHotPoints
Gets the value of the hotPoints property.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
setmethod 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 -
getCentroid
Gets the value of the centroid property.- Returns:
- possible object is
String
-
setCentroid
Sets the value of the centroid property.- Parameters:
value- allowed object isString
-
getSemanticType
Gets the value of the semanticType property.- Returns:
- possible object is
String
-
setSemanticType
Sets the value of the semanticType property.- Parameters:
value- allowed object isString
-
getShapeName
Gets the value of the shapeName property.- Returns:
- possible object is
String
-
setShapeName
Sets the value of the shapeName property.- Parameters:
value- allowed object isString
-
getShapeGeometry
Gets the value of the shapeGeometry property.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
setmethod 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 -
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-