Class ParagraphType
java.lang.Object
name.jurgenei.gradle.ooxml.generated.canonical.ParagraphType
Java class for ParagraphType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ParagraphType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="Text" type="{http://www.w3.org/2001/XMLSchema}string"/>
<any processContents='lax' namespace='http://www.w3.org/1998/Math/MathML'/>
</choice>
<attribute name="source-path" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()Gets the value of the label property.Gets the value of the sourcePath property.Gets the value of the textOrAny property.voidSets the value of the label property.voidsetSourcePath(String value) Sets the value of the sourcePath property.
-
Field Details
-
textOrAny
-
sourcePath
-
label
-
-
Constructor Details
-
ParagraphType
public ParagraphType()
-
-
Method Details
-
getTextOrAny
Gets the value of the textOrAny 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 textOrAny property.For example, to add a new item, do as follows:
getTextOrAny().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<String>ObjectElement- Returns:
- The value of the textOrAny property.
-
getSourcePath
Gets the value of the sourcePath property.- Returns:
- possible object is
String
-
setSourcePath
Sets the value of the sourcePath property.- Parameters:
value- allowed object isString
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value- allowed object isString
-