summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/view/PaperFormat.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/view/PaperFormat.idl')
-rw-r--r--offapi/com/sun/star/view/PaperFormat.idl12
1 files changed, 0 insertions, 12 deletions
diff --git a/offapi/com/sun/star/view/PaperFormat.idl b/offapi/com/sun/star/view/PaperFormat.idl
index bc846a8affca..247a2a876261 100644
--- a/offapi/com/sun/star/view/PaperFormat.idl
+++ b/offapi/com/sun/star/view/PaperFormat.idl
@@ -20,64 +20,52 @@
#define __com_sun_star_view_PaperFormat_idl__
-//=============================================================================
module com { module sun { module star { module view {
-//=============================================================================
/** specifies the format (size) of the paper on a text document.
*/
published enum PaperFormat
{
- //-------------------------------------------------------------------------
/** specifies the paper format as A3.
*/
A3,
- //-------------------------------------------------------------------------
/** specifies the paper format as A4.
*/
A4,
- //-------------------------------------------------------------------------
/** specifies the paper format as A5.
*/
A5,
- //-------------------------------------------------------------------------
/** specifies the paper format as B4.
*/
B4,
- //-------------------------------------------------------------------------
/** specifies the paper format as B5.
*/
B5,
- //-------------------------------------------------------------------------
/** specifies the paper format as Letter.
*/
LETTER,
- //-------------------------------------------------------------------------
/** specifies the paper format as Legal.
*/
LEGAL,
- //-------------------------------------------------------------------------
/** specifies the paper format as Tabloid.
*/
TABLOID,
- //-------------------------------------------------------------------------
/** The real paper size is user defined in 100th mm.
*/
USER
};
-//=============================================================================
}; }; }; };