Interface Content
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ContentImpl
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 Summary
Modifier and TypeMethodDescriptionGets the value of the charstyle property.Gets the value of the content property.Gets the value of the format property.Gets the value of the parastyle property.voidsetCharstyle(String value) Sets the value of the charstyle property.voidSets the value of the format property.voidsetParastyle(String value) Sets the value of the parastyle property.
-
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
setmethod 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>StringJAXBElement<PlaceholderImpl>- Returns:
- the content
-
getFormat
Format getFormat()Gets the value of the format property.- Returns:
- possible object is
Format
-
setFormat
Sets the value of the format property.- Parameters:
value- allowed object isFormat
-
getParastyle
String getParastyle()Gets the value of the parastyle property.- Returns:
- possible object is
String
-
setParastyle
Sets the value of the parastyle property.- Parameters:
value- allowed object isString
-
getCharstyle
String getCharstyle()Gets the value of the charstyle property.- Returns:
- possible object is
String
-
setCharstyle
Sets the value of the charstyle property.- Parameters:
value- allowed object isString
-