com.sun.star.sheet
Interface XPrintAreas
- All Superinterfaces:
- com.sun.star.uno.XInterface
- public abstract interface XPrintAreas
- extends com.sun.star.uno.XInterface
Field Summary |
static com.sun.star.uno.Uik |
UIK
|
static java.lang.Object |
UNORUNTIMEDATA
|
static com.sun.star.lib.uno.typeinfo.TypeInfo[] |
UNOTYPEINFO
|
Method Summary |
abstract com.sun.star.table.CellRangeAddress[] |
getPrintAreas()
|
abstract boolean |
getPrintTitleColumns()
|
abstract boolean |
getPrintTitleRows()
|
abstract com.sun.star.table.CellRangeAddress |
getTitleColumns()
|
abstract com.sun.star.table.CellRangeAddress |
getTitleRows()
|
abstract void |
setPrintAreas(com.sun.star.table.CellRangeAddress[] cra)
|
abstract void |
setPrintTitleColumns(boolean b)
|
abstract void |
setPrintTitleRows(boolean b)
|
abstract void |
setTitleColumns(com.sun.star.table.CellRangeAddress cra)
|
abstract void |
setTitleRows(com.sun.star.table.CellRangeAddress cra)
|
UIK
public static final com.sun.star.uno.Uik UIK
UNORUNTIMEDATA
public static final java.lang.Object UNORUNTIMEDATA
UNOTYPEINFO
public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
getPrintAreas
public abstract com.sun.star.table.CellRangeAddress[] getPrintAreas()
throws com.sun.star.uno.RuntimeException
getPrintTitleColumns
public abstract boolean getPrintTitleColumns()
throws com.sun.star.uno.RuntimeException
getPrintTitleRows
public abstract boolean getPrintTitleRows()
throws com.sun.star.uno.RuntimeException
getTitleColumns
public abstract com.sun.star.table.CellRangeAddress getTitleColumns()
throws com.sun.star.uno.RuntimeException
getTitleRows
public abstract com.sun.star.table.CellRangeAddress getTitleRows()
throws com.sun.star.uno.RuntimeException
setPrintAreas
public abstract void setPrintAreas(com.sun.star.table.CellRangeAddress[] cra)
throws com.sun.star.uno.RuntimeException
setPrintTitleColumns
public abstract void setPrintTitleColumns(boolean b)
throws com.sun.star.uno.RuntimeException
setPrintTitleRows
public abstract void setPrintTitleRows(boolean b)
throws com.sun.star.uno.RuntimeException
setTitleColumns
public abstract void setTitleColumns(com.sun.star.table.CellRangeAddress cra)
throws com.sun.star.uno.RuntimeException
setTitleRows
public abstract void setTitleRows(com.sun.star.table.CellRangeAddress cra)
throws com.sun.star.uno.RuntimeException