es.aeat.eett.plugins.base_pdf
Class ConfiPdf
java.lang.Object
es.aeat.eett.plugins.base_pdf.ConfiPdf
- public class ConfiPdf
- extends java.lang.Object
- Author:
- f00992
en:
This class configures the PDF export.
es:
Esta clase configura la exportacion a pdf
Constructor Summary |
(package private) |
ConfiPdf()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
localizationResources
private static final java.util.ResourceBundle localizationResources
PAGE_ORIENTATION
private static final java.lang.String[] PAGE_ORIENTATION
PAPER_SIZE
private static final java.lang.String[] PAPER_SIZE
PAPER_SIZE_REC
private static final com.lowagie.text.Rectangle[] PAPER_SIZE_REC
tableWidths
java.lang.String[] tableWidths
title
private java.lang.String title
paperSize
private int paperSize
orientation
private int orientation
tableWidth
private int tableWidth
colorearHeaderRow
private boolean colorearHeaderRow
colorearHeaderCol
private boolean colorearHeaderCol
ConfiPdf
ConfiPdf()
getDefault
public ConfiPdf getDefault()
getPaperSizes
public java.lang.String[] getPaperSizes()
getPaperSizesRectangles
public com.lowagie.text.Rectangle[] getPaperSizesRectangles()
getPaperOrientations
public java.lang.String[] getPaperOrientations()
Clone
public java.lang.Object Clone()
equals
public boolean equals(ConfiPdf c)
copy
public void copy(ConfiPdf c)
getPanel
public javax.swing.JPanel getPanel()
getOrientation
public int getOrientation()
- Returns:
- Returns the orientation.
setOrientation
public void setOrientation(int orientation)
- Parameters:
orientation
- The orientation to set.
getTableWidth
public int getTableWidth()
- Returns:
- Returns the tableWidth.
setTableWidth
public void setTableWidth(int tableWidth)
- Parameters:
tableWidth
- The tableWidth to set.
getPaperSize
public int getPaperSize()
- Returns:
- Returns the paperSize.
setPaperSize
public void setPaperSize(int paperSize)
- Parameters:
paperSize
- The paperSize to set.
getTitle
public java.lang.String getTitle()
- Returns:
- Returns the title.
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title
- The title to set.
isColorearHeaderCol
public boolean isColorearHeaderCol()
- Returns:
- Returns the colorearHeaderCol.
setColorearHeaderCol
public void setColorearHeaderCol(boolean colorearHeaderCol)
- Parameters:
colorearHeaderCol
- The colorearHeaderCol to set.
isColorearHeaderRow
public boolean isColorearHeaderRow()
- Returns:
- Returns the colorearHeaderRow.
setColorearHeaderRow
public void setColorearHeaderRow(boolean colorearHeaderRow)
- Parameters:
colorearHeaderRow
- The colorearHeaderRow to set.
JRubik v0.6