org.evolvis.liboffice.msword8
Class PageSetup

java.lang.Object
  extended by com.jacob.com.JacobObject
      extended by com.jacob.com.Dispatch
          extended by org.evolvis.liboffice.msword8.PageSetup

public class PageSetup
extends com.jacob.com.Dispatch


Field Summary
static java.lang.String componentName
           
 
Fields inherited from class com.jacob.com.Dispatch
DISPID_ABOUTBOX, DISPID_AMBIENT_APPEARANCE, DISPID_AMBIENT_AUTOCLIP, DISPID_AMBIENT_BACKCOLOR, DISPID_AMBIENT_CHARSET, DISPID_AMBIENT_CODEPAGE, DISPID_AMBIENT_DISPLAYASDEFAULT, DISPID_AMBIENT_DISPLAYNAME, DISPID_AMBIENT_FONT, DISPID_AMBIENT_FORECOLOR, DISPID_AMBIENT_LOCALEID, DISPID_AMBIENT_MESSAGEREFLECT, DISPID_AMBIENT_PALETTE, DISPID_AMBIENT_SCALEUNITS, DISPID_AMBIENT_SHOWGRABHANDLES, DISPID_AMBIENT_SHOWHATCHING, DISPID_AMBIENT_SUPPORTSMNEMONICS, DISPID_AMBIENT_TEXTALIGN, DISPID_AMBIENT_TRANSFERPRIORITY, DISPID_AMBIENT_UIDEAD, DISPID_AMBIENT_USERMODE, DISPID_APPEARANCE, DISPID_AUTOSIZE, DISPID_BACKCOLOR, DISPID_BACKSTYLE, DISPID_BORDERCOLOR, DISPID_BORDERSTYLE, DISPID_BORDERVISIBLE, DISPID_BORDERWIDTH, DISPID_CAPTION, DISPID_CLICK, DISPID_COLLECT, DISPID_CONSTRUCTOR, DISPID_DBLCLICK, DISPID_DESTRUCTOR, DISPID_DOCLICK, DISPID_DRAWMODE, DISPID_DRAWSTYLE, DISPID_DRAWWIDTH, DISPID_ENABLED, DISPID_ERROREVENT, DISPID_EVALUATE, DISPID_FILLCOLOR, DISPID_FILLSTYLE, DISPID_FONT, DISPID_FORECOLOR, DISPID_HWND, DISPID_KEYDOWN, DISPID_KEYPRESS, DISPID_KEYUP, DISPID_MOUSEDOWN, DISPID_MOUSEICON, DISPID_MOUSEMOVE, DISPID_MOUSEPOINTER, DISPID_MOUSEUP, DISPID_NEWENUM, DISPID_PICTURE, DISPID_PROPERTYPUT, DISPID_READYSTATE, DISPID_READYSTATECHANGE, DISPID_REFRESH, DISPID_TABSTOP, DISPID_TEXT, DISPID_UNKNOWN, DISPID_VALID, DISPID_VALUE, fdexNameCaseSensitive, Get, LOCALE_SYSTEM_DEFAULT, m_pDispatch, Method, Put, PutRef
 
Constructor Summary
PageSetup()
           
PageSetup(com.jacob.com.Dispatch d)
          This constructor is used instead of a case operation to turn a Dispatch object into a wider object - it must exist in every wrapper class whose instances may be returned from method calls wrapped in VT_DISPATCH Variants.
PageSetup(java.lang.String compName)
           
 
Method Summary
 Application getApplication()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 float getBottomMargin()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 float getCharsLine()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 int getCreator()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 int getDifferentFirstPageHeaderFooter()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 int getFirstPageTray()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 float getFooterDistance()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 float getGutter()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 boolean getGutterOnTop()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 float getHeaderDistance()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 float getLeftMargin()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 LineNumbering getLineNumbering()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 float getLinesPage()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 int getMirrorMargins()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 int getOddAndEvenPagesHeaderFooter()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 int getOrientation()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 int getOtherPagesTray()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 float getPageHeight()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 float getPageWidth()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 int getPaperSize()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 java.lang.Object getParent()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 float getRightMargin()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 int getSectionStart()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 boolean getShowGrid()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 int getSuppressEndnotes()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 TextColumns getTextColumns()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 float getTopMargin()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 boolean getTwoPagesOnOne()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 int getVerticalAlignment()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setAsTemplateDefault()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setBottomMargin(float lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setCharsLine(float lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setDifferentFirstPageHeaderFooter(int lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setFirstPageTray(int lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setFooterDistance(float lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setGutter(float lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setGutterOnTop(boolean lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setHeaderDistance(float lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setLeftMargin(float lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setLineNumbering(LineNumbering lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setLinesPage(float lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setMirrorMargins(int lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setOddAndEvenPagesHeaderFooter(int lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setOrientation(int lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setOtherPagesTray(int lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setPageHeight(float lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setPageWidth(float lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setPaperSize(int lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setRightMargin(float lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setSectionStart(int lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setShowGrid(boolean lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setSuppressEndnotes(int lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setTextColumns(TextColumns lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setTopMargin(float lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setTwoPagesOnOne(boolean lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setVerticalAlignment(int lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void togglePortrait()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 
Methods inherited from class com.jacob.com.Dispatch
call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, callN_CaseSensitive, callN, callN, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSubN, callSubN, coCreateInstance, finalize, get_CaseSensitive, get, get, getActiveInstance, getIDOfName, getIDsOfNames, getIDsOfNames, getProgramId, invoke, invoke, invoke, invokeSub, invokeSub, invokeSub, invokeSubv, invokeSubv, invokeSubv, invokev, invokev, invokev, invokev, obj2variant, obj2variant, put_Casesensitive, put, put, putRef, putRef, QueryInterface, safeRelease
 
Methods inherited from class com.jacob.com.JacobObject
debug, getBuildDate, getBuildVersion, isDebugEnabled
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

componentName

public static final java.lang.String componentName
See Also:
Constant Field Values
Constructor Detail

PageSetup

public PageSetup()

PageSetup

public PageSetup(com.jacob.com.Dispatch d)
This constructor is used instead of a case operation to turn a Dispatch object into a wider object - it must exist in every wrapper class whose instances may be returned from method calls wrapped in VT_DISPATCH Variants.


PageSetup

public PageSetup(java.lang.String compName)
Method Detail

getApplication

public Application getApplication()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type Application

getCreator

public int getCreator()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type int

getParent

public java.lang.Object getParent()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type Object

getTopMargin

public float getTopMargin()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type float

setTopMargin

public void setTopMargin(float lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type float

getBottomMargin

public float getBottomMargin()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type float

setBottomMargin

public void setBottomMargin(float lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type float

getLeftMargin

public float getLeftMargin()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type float

setLeftMargin

public void setLeftMargin(float lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type float

getRightMargin

public float getRightMargin()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type float

setRightMargin

public void setRightMargin(float lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type float

getGutter

public float getGutter()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type float

setGutter

public void setGutter(float lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type float

getPageWidth

public float getPageWidth()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type float

setPageWidth

public void setPageWidth(float lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type float

getPageHeight

public float getPageHeight()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type float

setPageHeight

public void setPageHeight(float lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type float

getOrientation

public int getOrientation()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type int

setOrientation

public void setOrientation(int lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type int

getFirstPageTray

public int getFirstPageTray()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type int

setFirstPageTray

public void setFirstPageTray(int lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type int

getOtherPagesTray

public int getOtherPagesTray()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type int

setOtherPagesTray

public void setOtherPagesTray(int lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type int

getVerticalAlignment

public int getVerticalAlignment()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type int

setVerticalAlignment

public void setVerticalAlignment(int lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type int

getMirrorMargins

public int getMirrorMargins()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type int

setMirrorMargins

public void setMirrorMargins(int lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type int

getHeaderDistance

public float getHeaderDistance()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type float

setHeaderDistance

public void setHeaderDistance(float lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type float

getFooterDistance

public float getFooterDistance()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type float

setFooterDistance

public void setFooterDistance(float lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type float

getSectionStart

public int getSectionStart()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type int

setSectionStart

public void setSectionStart(int lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type int

getOddAndEvenPagesHeaderFooter

public int getOddAndEvenPagesHeaderFooter()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type int

setOddAndEvenPagesHeaderFooter

public void setOddAndEvenPagesHeaderFooter(int lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type int

getDifferentFirstPageHeaderFooter

public int getDifferentFirstPageHeaderFooter()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type int

setDifferentFirstPageHeaderFooter

public void setDifferentFirstPageHeaderFooter(int lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type int

getSuppressEndnotes

public int getSuppressEndnotes()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type int

setSuppressEndnotes

public void setSuppressEndnotes(int lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type int

getLineNumbering

public LineNumbering getLineNumbering()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type LineNumbering

setLineNumbering

public void setLineNumbering(LineNumbering lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type LineNumbering

getTextColumns

public TextColumns getTextColumns()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type TextColumns

setTextColumns

public void setTextColumns(TextColumns lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type TextColumns

getPaperSize

public int getPaperSize()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type int

setPaperSize

public void setPaperSize(int lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type int

getTwoPagesOnOne

public boolean getTwoPagesOnOne()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type boolean

setTwoPagesOnOne

public void setTwoPagesOnOne(boolean lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type boolean

getGutterOnTop

public boolean getGutterOnTop()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type boolean

setGutterOnTop

public void setGutterOnTop(boolean lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type boolean

getCharsLine

public float getCharsLine()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type float

setCharsLine

public void setCharsLine(float lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type float

getLinesPage

public float getLinesPage()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type float

setLinesPage

public void setLinesPage(float lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type float

getShowGrid

public boolean getShowGrid()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type boolean

setShowGrid

public void setShowGrid(boolean lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type boolean

togglePortrait

public void togglePortrait()
Wrapper for calling the ActiveX-Method with input-parameter(s).


setAsTemplateDefault

public void setAsTemplateDefault()
Wrapper for calling the ActiveX-Method with input-parameter(s).



Copyright © 2006-2008 tarent GmbH. All Rights Reserved.