public abstract class ReportPaperFormat extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ReportPaperFormat()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
float |
getHeight() |
protected abstract int |
getHeightInMillimeters() |
abstract String |
getHtmlName()
Name of the format used on HTML
@page size |
abstract String |
getTeXName()
Name of the format used on LaTeX
\documentclass |
float |
getWidth() |
protected abstract int |
getWidthInMillimeters() |
protected abstract int getWidthInMillimeters()
protected abstract int getHeightInMillimeters()
public abstract String getTeXName()
\documentclasspublic abstract String getHtmlName()
@page sizepublic float getWidth()
public float getHeight()
Copyright © 2016. All rights reserved.