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">
<sequence>
<element name="Text" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<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.getText()Gets the value of the text property.voidSets the value of the label property.voidsetSourcePath(String value) Sets the value of the sourcePath property.voidSets the value of the text property.
-
Field Details
-
text
-
sourcePath
-
label
-
-
Constructor Details
-
ParagraphType
public ParagraphType()
-
-
Method Details
-
getText
Gets the value of the text property.- Returns:
- possible object is
String
-
setText
Sets the value of the text property.- Parameters:
value- allowed object isString
-
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
-