Interface Content

All Superinterfaces:
Serializable
All Known Implementing Classes:
ContentImpl

public interface Content extends Serializable

Interface for the content xml type.

Interface for the content xml type referred in the paragraph element in element documents.</br/> content describes the text or graphic content of a frame or paragraph.
Implemented in ElementImpl.

  • Method Details

    • getContent

      List<Serializable> getContent()
      Gets the value of the content 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 set method for the content property.

      For example, to add a new item, do as follows:

       getContent().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<TableImpl> JAXBElement<String> String JAXBElement<PlaceholderImpl>

      Returns:
      the content
    • getFormat

      Format getFormat()
      Gets the value of the format property.
      Returns:
      possible object is Format
    • setFormat

      void setFormat(Format value)
      Sets the value of the format property.
      Parameters:
      value - allowed object is Format
    • getParastyle

      String getParastyle()
      Gets the value of the parastyle property.
      Returns:
      possible object is String
    • setParastyle

      void setParastyle(String value)
      Sets the value of the parastyle property.
      Parameters:
      value - allowed object is String
    • getCharstyle

      String getCharstyle()
      Gets the value of the charstyle property.
      Returns:
      possible object is String
    • setCharstyle

      void setCharstyle(String value)
      Sets the value of the charstyle property.
      Parameters:
      value - allowed object is String