public class ViewerType extends Object implements Serializable
Java class for ViewerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViewerType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pos" type="{http://www.saperion.com/NGXMLSchema}posType"/> <element name="frameScale" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/> <element name="hasMenu" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="kind" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/> <element name="frameColor" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/> <element name="combineFocus" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="ocrLasso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="saveScale" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="hasToolbar" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="thumbnailView" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="thumbnailPos" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/> <element name="structureView" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="toolbar" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="viewerClass" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
combineFocus |
protected long |
frameColor |
protected long |
frameScale |
protected boolean |
hasMenu |
protected boolean |
hasToolbar |
protected short |
kind |
protected boolean |
ocrLasso |
protected PosType |
pos |
protected boolean |
saveScale |
protected boolean |
structureView |
protected short |
thumbnailPos |
protected boolean |
thumbnailView |
protected String |
title |
protected String |
toolbar |
protected String |
viewerClass |
Constructor and Description |
---|
ViewerType() |
Modifier and Type | Method and Description |
---|---|
long |
getFrameColor()
Gets the value of the frameColor property.
|
long |
getFrameScale()
Gets the value of the frameScale property.
|
short |
getKind()
Gets the value of the kind property.
|
PosType |
getPos()
Gets the value of the pos property.
|
short |
getThumbnailPos()
Gets the value of the thumbnailPos property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getToolbar()
Gets the value of the toolbar property.
|
String |
getViewerClass()
Gets the value of the viewerClass property.
|
boolean |
isCombineFocus()
Gets the value of the combineFocus property.
|
boolean |
isHasMenu()
Gets the value of the hasMenu property.
|
boolean |
isHasToolbar()
Gets the value of the hasToolbar property.
|
boolean |
isOcrLasso()
Gets the value of the ocrLasso property.
|
boolean |
isSaveScale()
Gets the value of the saveScale property.
|
boolean |
isStructureView()
Gets the value of the structureView property.
|
boolean |
isThumbnailView()
Gets the value of the thumbnailView property.
|
void |
setCombineFocus(boolean value)
Sets the value of the combineFocus property.
|
void |
setFrameColor(long value)
Sets the value of the frameColor property.
|
void |
setFrameScale(long value)
Sets the value of the frameScale property.
|
void |
setHasMenu(boolean value)
Sets the value of the hasMenu property.
|
void |
setHasToolbar(boolean value)
Sets the value of the hasToolbar property.
|
void |
setKind(short value)
Sets the value of the kind property.
|
void |
setOcrLasso(boolean value)
Sets the value of the ocrLasso property.
|
void |
setPos(PosType value)
Sets the value of the pos property.
|
void |
setSaveScale(boolean value)
Sets the value of the saveScale property.
|
void |
setStructureView(boolean value)
Sets the value of the structureView property.
|
void |
setThumbnailPos(short value)
Sets the value of the thumbnailPos property.
|
void |
setThumbnailView(boolean value)
Sets the value of the thumbnailView property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setToolbar(String value)
Sets the value of the toolbar property.
|
void |
setViewerClass(String value)
Sets the value of the viewerClass property.
|
protected PosType pos
protected long frameScale
protected boolean hasMenu
protected short kind
protected long frameColor
protected boolean combineFocus
protected boolean ocrLasso
protected boolean saveScale
protected boolean hasToolbar
protected boolean thumbnailView
protected short thumbnailPos
protected boolean structureView
protected String toolbar
protected String title
protected String viewerClass
public PosType getPos()
PosType
public void setPos(PosType value)
value
- allowed object is
PosType
public long getFrameScale()
public void setFrameScale(long value)
public boolean isHasMenu()
public void setHasMenu(boolean value)
public short getKind()
public void setKind(short value)
public long getFrameColor()
public void setFrameColor(long value)
public boolean isCombineFocus()
public void setCombineFocus(boolean value)
public boolean isOcrLasso()
public void setOcrLasso(boolean value)
public boolean isSaveScale()
public void setSaveScale(boolean value)
public boolean isHasToolbar()
public void setHasToolbar(boolean value)
public boolean isThumbnailView()
public void setThumbnailView(boolean value)
public short getThumbnailPos()
public void setThumbnailPos(short value)
public boolean isStructureView()
public void setStructureView(boolean value)
public String getToolbar()
String
public void setToolbar(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getViewerClass()
String
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.