Return-Path: X-Original-To: apmail-poi-commits-archive@minotaur.apache.org Delivered-To: apmail-poi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8690918BB6 for ; Mon, 21 Dec 2015 16:36:48 +0000 (UTC) Received: (qmail 72384 invoked by uid 500); 21 Dec 2015 16:36:48 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 72347 invoked by uid 500); 21 Dec 2015 16:36:48 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 72338 invoked by uid 99); 21 Dec 2015 16:36:48 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Dec 2015 16:36:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id C33A5C0817 for ; Mon, 21 Dec 2015 16:36:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.946 X-Spam-Level: *** X-Spam-Status: No, score=3.946 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, KAM_STOCKGEN=1.5, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id fiZ9KxnGmNIA for ; Mon, 21 Dec 2015 16:36:14 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 4888021157 for ; Mon, 21 Dec 2015 16:36:13 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B4C8CE1030 for ; Mon, 21 Dec 2015 16:36:11 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id B38EC3A0051 for ; Mon, 21 Dec 2015 16:36:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1721208 [9/30] - in /poi/site/publish/apidocs: ./ org/apache/poi/ org/apache/poi/class-use/ org/apache/poi/extractor/ org/apache/poi/hdgf/extractor/ org/apache/poi/hpbf/extractor/ org/apache/poi/hpsf/extractor/ org/apache/poi/hslf/extracto... Date: Mon, 21 Dec 2015 16:36:08 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151221163611.B38EC3A0051@svn01-us-west.apache.org> Added: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFont.WmfCharset.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFont.WmfCharset.html?rev=1721208&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFont.WmfCharset.html (added) +++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFont.WmfCharset.html Mon Dec 21 16:36:04 2015 @@ -0,0 +1,594 @@ + + + + +HwmfFont.WmfCharset (POI API Documentation) + + + + + + + + + + +
+
org.apache.poi.hwmf.record
+

Enum HwmfFont.WmfCharset

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Enum<HwmfFont.WmfCharset>
    • +
    • +
        +
      • org.apache.poi.hwmf.record.HwmfFont.WmfCharset
      • +
      +
    • +
    +
  • +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      ANSI_CHARSET +
      Specifies the English character set.
      +
      ARABIC_CHARSET +
      Specifies the Arabic character set.
      +
      BALTIC_CHARSET +
      Specifies the Baltic (Northeastern European) character set.
      +
      CHINESEBIG5_CHARSET +
      Specifies the "traditional" Chinese character set, used mostly in + Taiwan and in the Hong Kong and Macao Special Administrative Regions.
      +
      DEFAULT_CHARSET +
      Specifies a character set based on the current system locale; + for example, when the system locale is United States English, + the default character set is ANSI_CHARSET.
      +
      EASTEUROPE_CHARSET +
      Specifies a Eastern European character set.
      +
      GB2312_CHARSET +
      Specifies the "simplified" Chinese character set for People's Republic of China.
      +
      GREEK_CHARSET +
      Specifies the Greek character set.
      +
      HANGUL_CHARSET +
      Also spelled "Hangeul".
      +
      HEBREW_CHARSET +
      Specifies the Hebrew character set.
      +
      JOHAB_CHARSET +
      Also spelled "Johap".
      +
      MAC_CHARSET +
      Specifies the Apple Macintosh character set.
      +
      OEM_CHARSET +
      Specifies a mapping to one of the OEM code pages, + according to the current system locale setting.
      +
      RUSSIAN_CHARSET +
      Specifies the Russian Cyrillic character set.
      +
      SHIFTJIS_CHARSET +
      Specifies the Japanese character set.
      +
      SYMBOL_CHARSET +
      Specifies a character set of symbols.
      +
      THAI_CHARSET +
      Specifies the Thai character set.
      +
      TURKISH_CHARSET +
      Specifies the Turkish character set.
      +
      VIETNAMESE_CHARSET +
      Specifies the Vietnamese character set.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static HwmfFont.WmfCharsetvalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static HwmfFont.WmfCharset[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        ANSI_CHARSET

        +
        public static final HwmfFont.WmfCharset ANSI_CHARSET
        +
        Specifies the English character set.
        +
      • +
      + + + +
        +
      • +

        DEFAULT_CHARSET

        +
        public static final HwmfFont.WmfCharset DEFAULT_CHARSET
        +
        Specifies a character set based on the current system locale; + for example, when the system locale is United States English, + the default character set is ANSI_CHARSET.
        +
      • +
      + + + +
        +
      • +

        SYMBOL_CHARSET

        +
        public static final HwmfFont.WmfCharset SYMBOL_CHARSET
        +
        Specifies a character set of symbols.
        +
      • +
      + + + +
        +
      • +

        MAC_CHARSET

        +
        public static final HwmfFont.WmfCharset MAC_CHARSET
        +
        Specifies the Apple Macintosh character set.
        +
      • +
      + + + +
        +
      • +

        SHIFTJIS_CHARSET

        +
        public static final HwmfFont.WmfCharset SHIFTJIS_CHARSET
        +
        Specifies the Japanese character set.
        +
      • +
      + + + +
        +
      • +

        HANGUL_CHARSET

        +
        public static final HwmfFont.WmfCharset HANGUL_CHARSET
        +
        Also spelled "Hangeul". Specifies the Hangul Korean character set.
        +
      • +
      + + + +
        +
      • +

        JOHAB_CHARSET

        +
        public static final HwmfFont.WmfCharset JOHAB_CHARSET
        +
        Also spelled "Johap". Specifies the Johab Korean character set.
        +
      • +
      + + + +
        +
      • +

        GB2312_CHARSET

        +
        public static final HwmfFont.WmfCharset GB2312_CHARSET
        +
        Specifies the "simplified" Chinese character set for People's Republic of China.
        +
      • +
      + + + +
        +
      • +

        CHINESEBIG5_CHARSET

        +
        public static final HwmfFont.WmfCharset CHINESEBIG5_CHARSET
        +
        Specifies the "traditional" Chinese character set, used mostly in + Taiwan and in the Hong Kong and Macao Special Administrative Regions.
        +
      • +
      + + + +
        +
      • +

        GREEK_CHARSET

        +
        public static final HwmfFont.WmfCharset GREEK_CHARSET
        +
        Specifies the Greek character set.
        +
      • +
      + + + +
        +
      • +

        TURKISH_CHARSET

        +
        public static final HwmfFont.WmfCharset TURKISH_CHARSET
        +
        Specifies the Turkish character set.
        +
      • +
      + + + +
        +
      • +

        VIETNAMESE_CHARSET

        +
        public static final HwmfFont.WmfCharset VIETNAMESE_CHARSET
        +
        Specifies the Vietnamese character set.
        +
      • +
      + + + +
        +
      • +

        HEBREW_CHARSET

        +
        public static final HwmfFont.WmfCharset HEBREW_CHARSET
        +
        Specifies the Hebrew character set.
        +
      • +
      + + + +
        +
      • +

        ARABIC_CHARSET

        +
        public static final HwmfFont.WmfCharset ARABIC_CHARSET
        +
        Specifies the Arabic character set.
        +
      • +
      + + + +
        +
      • +

        BALTIC_CHARSET

        +
        public static final HwmfFont.WmfCharset BALTIC_CHARSET
        +
        Specifies the Baltic (Northeastern European) character set.
        +
      • +
      + + + +
        +
      • +

        RUSSIAN_CHARSET

        +
        public static final HwmfFont.WmfCharset RUSSIAN_CHARSET
        +
        Specifies the Russian Cyrillic character set.
        +
      • +
      + + + +
        +
      • +

        THAI_CHARSET

        +
        public static final HwmfFont.WmfCharset THAI_CHARSET
        +
        Specifies the Thai character set.
        +
      • +
      + + + +
        +
      • +

        EASTEUROPE_CHARSET

        +
        public static final HwmfFont.WmfCharset EASTEUROPE_CHARSET
        +
        Specifies a Eastern European character set.
        +
      • +
      + + + +
        +
      • +

        OEM_CHARSET

        +
        public static final HwmfFont.WmfCharset OEM_CHARSET
        +
        Specifies a mapping to one of the OEM code pages, + according to the current system locale setting.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static HwmfFont.WmfCharset[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (HwmfFont.WmfCharset c : HwmfFont.WmfCharset.values())
        +    System.out.println(c);
        +
        +
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static HwmfFont.WmfCharset valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        Parameters:
        name - the name of the enum constant to be returned.
        +
        Returns:
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

+ Copyright 2015 The Apache Software Foundation or + its licensors, as applicable. +

+ + Added: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFont.WmfClipPrecision.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFont.WmfClipPrecision.html?rev=1721208&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFont.WmfClipPrecision.html (added) +++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFont.WmfClipPrecision.html Mon Dec 21 16:36:04 2015 @@ -0,0 +1,417 @@ + + + + +HwmfFont.WmfClipPrecision (POI API Documentation) + + + + + + + + + + +
+
org.apache.poi.hwmf.record
+

Enum HwmfFont.WmfClipPrecision

+
+
+
    +
  • java.lang.Object
  • +
  • + +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<HwmfFont.WmfClipPrecision>
    +
    +
    +
    Enclosing class:
    +
    HwmfFont
    +
    +
    +
    +
    public static enum HwmfFont.WmfClipPrecision
    +extends java.lang.Enum<HwmfFont.WmfClipPrecision>
    +
    ClipPrecision Flags specify clipping precision, which defines how to clip characters that are + partially outside a clipping region. These flags can be combined to specify multiple options.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      CLIP_CHARACTER_PRECIS +
      This value SHOULD NOT be used.
      +
      CLIP_DEFAULT_PRECIS +
      Specifies that default clipping MUST be used.
      +
      CLIP_DFA_DISABLE +
      This value specifies that font association SHOULD< be turned off.
      +
      CLIP_EMBEDDED +
      This value specifies that font embedding MUST be used to render document content; + embedded fonts are read-only.
      +
      CLIP_LH_ANGLES +
      This value is used to control font rotation, as follows: + If set, the rotation for all fonts SHOULD be determined by the orientation of the coordinate system; + that is, whether the orientation is left-handed or right-handed.
      +
      CLIP_STROKE_PRECIS +
      This value MAY be returned when enumerating rasterized, TrueType and vector fonts.
      +
      CLIP_TT_ALWAYS +
      This value SHOULD NOT be used.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static HwmfFont.WmfClipPrecisionvalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static HwmfFont.WmfClipPrecision[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        CLIP_DEFAULT_PRECIS

        +
        public static final HwmfFont.WmfClipPrecision CLIP_DEFAULT_PRECIS
        +
        Specifies that default clipping MUST be used.
        +
      • +
      + + + +
        +
      • +

        CLIP_CHARACTER_PRECIS

        +
        public static final HwmfFont.WmfClipPrecision CLIP_CHARACTER_PRECIS
        +
        This value SHOULD NOT be used.
        +
      • +
      + + + +
        +
      • +

        CLIP_STROKE_PRECIS

        +
        public static final HwmfFont.WmfClipPrecision CLIP_STROKE_PRECIS
        +
        This value MAY be returned when enumerating rasterized, TrueType and vector fonts.
        +
      • +
      + + + +
        +
      • +

        CLIP_LH_ANGLES

        +
        public static final HwmfFont.WmfClipPrecision CLIP_LH_ANGLES
        +
        This value is used to control font rotation, as follows: + If set, the rotation for all fonts SHOULD be determined by the orientation of the coordinate system; + that is, whether the orientation is left-handed or right-handed. + + If clear, device fonts SHOULD rotate counterclockwise, but the rotation of other fonts + SHOULD be determined by the orientation of the coordinate system.
        +
      • +
      + + + + + + + +
        +
      • +

        CLIP_DFA_DISABLE

        +
        public static final HwmfFont.WmfClipPrecision CLIP_DFA_DISABLE
        +
        This value specifies that font association SHOULD< be turned off.
        +
      • +
      + + + +
        +
      • +

        CLIP_EMBEDDED

        +
        public static final HwmfFont.WmfClipPrecision CLIP_EMBEDDED
        +
        This value specifies that font embedding MUST be used to render document content; + embedded fonts are read-only.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static HwmfFont.WmfClipPrecision[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (HwmfFont.WmfClipPrecision c : HwmfFont.WmfClipPrecision.values())
        +    System.out.println(c);
        +
        +
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static HwmfFont.WmfClipPrecision valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        Parameters:
        name - the name of the enum constant to be returned.
        +
        Returns:
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

+ Copyright 2015 The Apache Software Foundation or + its licensors, as applicable. +

+ + Added: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFont.WmfFontFamilyClass.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFont.WmfFontFamilyClass.html?rev=1721208&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFont.WmfFontFamilyClass.html (added) +++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFont.WmfFontFamilyClass.html Mon Dec 21 16:36:04 2015 @@ -0,0 +1,397 @@ + + + + +HwmfFont.WmfFontFamilyClass (POI API Documentation) + + + + + + + + + + +
+
org.apache.poi.hwmf.record
+

Enum HwmfFont.WmfFontFamilyClass

+
+
+
    +
  • java.lang.Object
  • +
  • + +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<HwmfFont.WmfFontFamilyClass>
    +
    +
    +
    Enclosing class:
    +
    HwmfFont
    +
    +
    +
    +
    public static enum HwmfFont.WmfFontFamilyClass
    +extends java.lang.Enum<HwmfFont.WmfFontFamilyClass>
    +
    A property of a font that describes its general appearance.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      FF_DECORATIVE +
      Novelty fonts.
      +
      FF_DONTCARE +
      The default font is specified, which is implementation-dependent.
      +
      FF_MODERN +
      Fonts with constant stroke width, with or without serifs.
      +
      FF_ROMAN +
      Fonts with variable stroke widths, which are proportional to the actual widths of + the glyphs, and which have serifs.
      +
      FF_SCRIPT +
      Fonts designed to look like handwriting.
      +
      FF_SWISS +
      Fonts with variable stroke widths, which are proportional to the actual widths of the + glyphs, and which do not have serifs.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static HwmfFont.WmfFontFamilyClassvalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static HwmfFont.WmfFontFamilyClass[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        FF_DONTCARE

        +
        public static final HwmfFont.WmfFontFamilyClass FF_DONTCARE
        +
        The default font is specified, which is implementation-dependent.
        +
      • +
      + + + +
        +
      • +

        FF_ROMAN

        +
        public static final HwmfFont.WmfFontFamilyClass FF_ROMAN
        +
        Fonts with variable stroke widths, which are proportional to the actual widths of + the glyphs, and which have serifs. "MS Serif" is an example.
        +
      • +
      + + + +
        +
      • +

        FF_SWISS

        +
        public static final HwmfFont.WmfFontFamilyClass FF_SWISS
        +
        Fonts with variable stroke widths, which are proportional to the actual widths of the + glyphs, and which do not have serifs. "MS Sans Serif" is an example.
        +
      • +
      + + + +
        +
      • +

        FF_MODERN

        +
        public static final HwmfFont.WmfFontFamilyClass FF_MODERN
        +
        Fonts with constant stroke width, with or without serifs. Fixed-width fonts are + usually modern. "Pica", "Elite", and "Courier New" are examples.
        +
      • +
      + + + +
        +
      • +

        FF_SCRIPT

        +
        public static final HwmfFont.WmfFontFamilyClass FF_SCRIPT
        +
        Fonts designed to look like handwriting. "Script" and "Cursive" are examples.
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static HwmfFont.WmfFontFamilyClass[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (HwmfFont.WmfFontFamilyClass c : HwmfFont.WmfFontFamilyClass.values())
        +    System.out.println(c);
        +
        +
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static HwmfFont.WmfFontFamilyClass valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        Parameters:
        name - the name of the enum constant to be returned.
        +
        Returns:
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

+ Copyright 2015 The Apache Software Foundation or + its licensors, as applicable. +

+ + Added: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFont.WmfFontPitch.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFont.WmfFontPitch.html?rev=1721208&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFont.WmfFontPitch.html (added) +++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfFont.WmfFontPitch.html Mon Dec 21 16:36:04 2015 @@ -0,0 +1,352 @@ + + + + +HwmfFont.WmfFontPitch (POI API Documentation) + + + + + + + + + + +
+
org.apache.poi.hwmf.record
+

Enum HwmfFont.WmfFontPitch

+
+
+
    +
  • java.lang.Object
  • +
  • + +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<HwmfFont.WmfFontPitch>
    +
    +
    +
    Enclosing class:
    +
    HwmfFont
    +
    +
    +
    +
    public static enum HwmfFont.WmfFontPitch
    +extends java.lang.Enum<HwmfFont.WmfFontPitch>
    +
    A property of a font that describes the pitch, of the characters.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      DEFAULT_PITCH +
      The default pitch, which is implementation-dependent.
      +
      FIXED_PITCH +
      A fixed pitch, which means that all the characters in the font occupy the same + width when output in a string.
      +
      VARIABLE_PITCH +
      A variable pitch, which means that the characters in the font occupy widths + that are proportional to the actual widths of the glyphs when output in a string.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static HwmfFont.WmfFontPitchvalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static HwmfFont.WmfFontPitch[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        DEFAULT_PITCH

        +
        public static final HwmfFont.WmfFontPitch DEFAULT_PITCH
        +
        The default pitch, which is implementation-dependent.
        +
      • +
      + + + +
        +
      • +

        FIXED_PITCH

        +
        public static final HwmfFont.WmfFontPitch FIXED_PITCH
        +
        A fixed pitch, which means that all the characters in the font occupy the same + width when output in a string.
        +
      • +
      + + + +
        +
      • +

        VARIABLE_PITCH

        +
        public static final HwmfFont.WmfFontPitch VARIABLE_PITCH
        +
        A variable pitch, which means that the characters in the font occupy widths + that are proportional to the actual widths of the glyphs when output in a string. For example, + the "i" and space characters usually have much smaller widths than a "W" or "O" character.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static HwmfFont.WmfFontPitch[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (HwmfFont.WmfFontPitch c : HwmfFont.WmfFontPitch.values())
        +    System.out.println(c);
        +
        +
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static HwmfFont.WmfFontPitch valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        Parameters:
        name - the name of the enum constant to be returned.
        +
        Returns:
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

+ Copyright 2015 The Apache Software Foundation or + its licensors, as applicable. +

+ + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org