diff options
Diffstat (limited to 'offapi/com/sun/star/rendering/Panose.idl')
-rw-r--r-- | offapi/com/sun/star/rendering/Panose.idl | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/offapi/com/sun/star/rendering/Panose.idl b/offapi/com/sun/star/rendering/Panose.idl index 3f70151f9..bdf8b421c 100644 --- a/offapi/com/sun/star/rendering/Panose.idl +++ b/offapi/com/sun/star/rendering/Panose.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -29,37 +29,37 @@ module com { module sun { module star { module rendering { -struct Panose +published struct Panose { /// <type>PanoseFamilyTypes</type> - byte FamilyType; + byte FamilyType; /// <type>PanoseSerifStyle</type> - byte SerifStyle; + byte SerifStyle; /// <type>PanoseWeight</type> - byte Weight; + byte Weight; /// <type>PanoseProportion</type> - byte Proportion; + byte Proportion; /// <type>PanoseContrast</type> - byte Contrast; + byte Contrast; /// <type>PanoseStrokeVariation</type> - byte StrokeVariation; + byte StrokeVariation; /// <type>PanoseArmStyle</type> - byte ArmStyle; + byte ArmStyle; /// <type>PanoseLetterForm</type> - byte Letterform; + byte Letterform; /// <type>PanoseMidline</type> - byte Midline; + byte Midline; /// <type>PanoseXHeight</type> - byte XHeight; + byte XHeight; }; }; }; }; }; |