Class ParagraphType

java.lang.Object
name.jurgenei.gradle.ooxml.generated.canonical.ParagraphType

public class ParagraphType extends Object

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-document" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="source-path" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • text

      protected String text
    • sourceDocument

      protected String sourceDocument
    • sourcePath

      protected String sourcePath
  • Constructor Details

    • ParagraphType

      public ParagraphType()
  • Method Details

    • getText

      public String getText()
      Gets the value of the text property.
      Returns:
      possible object is String
    • setText

      public void setText(String value)
      Sets the value of the text property.
      Parameters:
      value - allowed object is String
    • getSourceDocument

      public String getSourceDocument()
      Gets the value of the sourceDocument property.
      Returns:
      possible object is String
    • setSourceDocument

      public void setSourceDocument(String value)
      Sets the value of the sourceDocument property.
      Parameters:
      value - allowed object is String
    • getSourcePath

      public String getSourcePath()
      Gets the value of the sourcePath property.
      Returns:
      possible object is String
    • setSourcePath

      public void setSourcePath(String value)
      Sets the value of the sourcePath property.
      Parameters:
      value - allowed object is String