Interface Placeholder
- All Superinterfaces:
DocumentElement,Serializable
- All Known Implementing Classes:
PlaceholderImpl
The Interface Placeholder.
-
Method Summary
Modifier and TypeMethodDescriptiongetExt()Gets the ext.Gets the frames.Gets the function variable definitions for this placeholderGets the image content.Gets the infos 1.Gets the infos 2.getName()Gets the name.Gets the overset.Gets the parents.intGets the placeholder id.Gets the record.getState()Gets the state.Gets the text content.getType()Gets the type.voidSets the ext.voidSets the frames.voidsetFunctionVariables(List<FunctionVariable> functionVariables) Sets the function variable definitions for this placeholdervoidsetImageContent(ImageContent imageContent) Sets the image contentvoidSets the infos 1.voidSets the infos 2.voidSets the name.voidsetOverset(String overset) Sets the overset.voidsetParents(Parents parents) Sets the parents.voidsetPlaceholderId(int placeholderId) Sets the placeholder id.voidSets the record.voidSets the state.voidsetTextContent(TextContent textContent) Sets the text contentvoidsetType(PlaceholderType type) Sets the type.Methods inherited from interface com.priint.pubserver.metadata.base.DocumentElement
getId, getSizeAbsolute, getSizeRelative, getVisibleSizeAbsolute, getVisibleSizeRelative, setId, setSizeAbsolute, setSizeRelative, setVisibleSizeAbsolute, setVisibleSizeRelative
-
Method Details
-
getPlaceholderId
int getPlaceholderId()Gets the placeholder id.- Returns:
- the placeholder id
-
setPlaceholderId
void setPlaceholderId(int placeholderId) Sets the placeholder id.- Parameters:
placeholderId- the new placeholder id
-
getName
String getName()Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getType
PlaceholderType getType()Gets the type.- Returns:
- the type
- See Also:
-
setType
Sets the type.- Parameters:
type- the new type- See Also:
-
getOverset
String getOverset()Gets the overset.- Returns:
- the overset
-
setOverset
Sets the overset.- Parameters:
overset- the new overset
-
getInfos1
String getInfos1()Gets the infos 1.- Returns:
- the infos 1
-
setInfos1
Sets the infos 1.- Parameters:
infos1- the new infos 1
-
getInfos2
String getInfos2()Gets the infos 2.- Returns:
- the infos 2
-
setInfos2
Sets the infos 2.- Parameters:
infos2- the new infos 2
-
getExt
Ext getExt()Gets the ext.- Returns:
- the ext
- See Also:
-
setExt
Sets the ext.- Parameters:
ext- the new ext- See Also:
-
getRecord
Record getRecord()Gets the record.- Returns:
- the record
- See Also:
-
setRecord
Sets the record.- Parameters:
record- the new record- See Also:
-
getParents
Parents getParents()Gets the parents.- Returns:
- the parents
- See Also:
-
setParents
Sets the parents.- Parameters:
parents- the new parents- See Also:
-
getFrames
Gets the frames.- Returns:
- the frames
- See Also:
-
setFrames
Sets the frames.- Parameters:
frames- the new frames- See Also:
-
getState
State getState()Gets the state.- Returns:
- the state
- See Also:
-
setState
Sets the state.- Parameters:
state- the new state- See Also:
-
getTextContent
TextContent getTextContent()Gets the text content.- Returns:
- the text content
- See Also:
-
setTextContent
Sets the text content- Parameters:
textContent- the new textcontent- See Also:
-
getImageContent
ImageContent getImageContent()Gets the image content.- Returns:
- the image content
- See Also:
-
setImageContent
Sets the image content- Parameters:
imageContent- the new imagecontent- See Also:
-
getFunctionVariables
List<FunctionVariable> getFunctionVariables()Gets the function variable definitions for this placeholder
- Returns:
- function variables for this placeholder
- See Also:
-
setFunctionVariables
Sets the function variable definitions for this placeholder
- Parameters:
functionVariables- new function variable definitions for this placeholder- See Also:
-