public class Structure extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected ContentStream[] |
contentStreams
This structures contents.
|
protected int |
selectedImage
Selected image of this structure.
|
protected Map<String,String> |
variables
Thus structures variables.
|
Constructor and Description |
---|
Structure(ContentStream[] content)
Creates a new UpdateDocumentInfo.
|
Modifier and Type | Method and Description |
---|---|
Structure |
addVariable(String varName,
String varValue)
Adds a variable to this structure.
|
ContentStream[] |
getContent() |
int |
getSelectedImage() |
Map<String,String> |
getVariables()
Returns this structures variables.
|
void |
setSelectedImage(int elementNumber) |
protected transient ContentStream[] contentStreams
protected int selectedImage
public Structure(@Nonnull ContentStream[] content)
content
- Multiple content data. If the array is empty, all content of the document will be
removed. If null, the content will not be changed. Otherwise only the contained
elements will be replaced.public ContentStream[] getContent()
public void setSelectedImage(int elementNumber)
elementNumber
- Element to markpublic int getSelectedImage()
public Map<String,String> getVariables()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.