com.groupdocs.annotation.domain.response
Class ViewDocumentResponsePageSize

java.lang.Object
  extended by com.groupdocs.annotation.domain.response.ViewDocumentResponsePageSize

public class ViewDocumentResponsePageSize
extends Object

View document response page size

Author:
Aleksey Permyakov

Constructor Summary
ViewDocumentResponsePageSize()
           
 
Method Summary
 Integer getHeight()
          Get height
 Boolean getIsEmpty()
          Get is empty flag
 Integer getWidth()
          Get width
 void setHeight(Integer height)
          Set height
 void setIsEmpty(Boolean isEmpty)
          Set is empty flag
 void setWidth(Integer width)
          Set width
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewDocumentResponsePageSize

public ViewDocumentResponsePageSize()
Method Detail

getIsEmpty

public final Boolean getIsEmpty()
Get is empty flag

Returns:
is empty flag

setIsEmpty

public final void setIsEmpty(Boolean isEmpty)
Set is empty flag

Parameters:
isEmpty - is empty flag

getWidth

public final Integer getWidth()
Get width

Returns:
width

setWidth

public final void setWidth(Integer width)
Set width

Parameters:
width - width

getHeight

public final Integer getHeight()
Get height

Returns:
height

setHeight

public final void setHeight(Integer height)
Set height

Parameters:
height - height


Copyright © 2014. All rights reserved.