Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CFE95200C39 for ; Wed, 1 Mar 2017 19:29:31 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CCDF6160B56; Wed, 1 Mar 2017 18:29:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C68E7160B70 for ; Wed, 1 Mar 2017 19:29:29 +0100 (CET) Received: (qmail 37570 invoked by uid 500); 1 Mar 2017 18:29:29 -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 37554 invoked by uid 99); 1 Mar 2017 18:29:28 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2017 18:29:28 +0000 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 039093A1961 for ; Wed, 1 Mar 2017 18:29:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1785017 [2/2] - in /poi/site/publish/apidocs: ./ org/apache/poi/hsmf/ org/apache/poi/hsmf/class-use/ org/apache/poi/hsmf/exceptions/class-use/ org/apache/poi/util/ org/apache/poi/util/class-use/ Date: Wed, 01 Mar 2017 18:29:26 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170301182928.039093A1961@svn01-us-west.apache.org> archived-at: Wed, 01 Mar 2017 18:29:32 -0000 Added: poi/site/publish/apidocs/org/apache/poi/hsmf/MAPIMessage.MESSAGE_CLASS.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hsmf/MAPIMessage.MESSAGE_CLASS.html?rev=1785017&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hsmf/MAPIMessage.MESSAGE_CLASS.html (added) +++ poi/site/publish/apidocs/org/apache/poi/hsmf/MAPIMessage.MESSAGE_CLASS.html Wed Mar 1 18:29:26 2017 @@ -0,0 +1,402 @@ + + + + +MAPIMessage.MESSAGE_CLASS (POI API Documentation) + + + + + + + + + + +
+
org.apache.poi.hsmf
+

Enum MAPIMessage.MESSAGE_CLASS

+
+
+
    +
  • java.lang.Object
  • +
  • + +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<MAPIMessage.MESSAGE_CLASS>
    +
    +
    +
    Enclosing class:
    +
    MAPIMessage
    +
    +
    +
    +
    public static enum MAPIMessage.MESSAGE_CLASS
    +extends java.lang.Enum<MAPIMessage.MESSAGE_CLASS>
    +
    A MAPI file can be an email (NOTE) or a number of other types
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static MAPIMessage.MESSAGE_CLASSvalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static MAPIMessage.MESSAGE_CLASS[]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
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static MAPIMessage.MESSAGE_CLASS[] 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 (MAPIMessage.MESSAGE_CLASS c : MAPIMessage.MESSAGE_CLASS.values())
        +    System.out.println(c);
        +
        +
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static MAPIMessage.MESSAGE_CLASS 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 2017 The Apache Software Foundation or + its licensors, as applicable. +

+ + Modified: poi/site/publish/apidocs/org/apache/poi/hsmf/MAPIMessage.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hsmf/MAPIMessage.html?rev=1785017&r1=1785016&r2=1785017&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hsmf/MAPIMessage.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hsmf/MAPIMessage.html Wed Mar 1 18:29:26 2017 @@ -39,7 +39,7 @@ Modified: poi/site/publish/apidocs/org/apache/poi/hsmf/package-tree.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hsmf/package-tree.html?rev=1785017&r1=1785016&r2=1785017&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hsmf/package-tree.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hsmf/package-tree.html Wed Mar 1 18:29:26 2017 @@ -88,6 +88,18 @@ +

Enum Hierarchy

+
    +
  • java.lang.Object +
      +
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) + +
    • +
    +
  • +
Modified: poi/site/publish/apidocs/org/apache/poi/hsmf/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hsmf/package-use.html?rev=1785017&r1=1785016&r2=1785017&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hsmf/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hsmf/package-use.html Wed Mar 1 18:29:26 2017 @@ -78,15 +78,36 @@ -org.apache.poi.hsmf.datatypes +org.apache.poi.hsmf   +org.apache.poi.hsmf.datatypes +  + + org.apache.poi.hsmf.extractor   + +
  • + + + + + + + + + + + + +
    Classes in org.apache.poi.hsmf used by org.apache.poi.hsmf 
    Class and Description
    MAPIMessage.MESSAGE_CLASS +
    A MAPI file can be an email (NOTE) or a number of other types
    +
  • Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html?rev=1785017&r1=1785016&r2=1785017&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html Wed Mar 1 18:29:26 2017 @@ -100,67 +100,71 @@   +org.apache.poi.hsmf +  + + org.apache.poi.hssf.model
    Provides low level API structures for reading, writing, modifying XLS files.
    - + org.apache.poi.hssf.usermodel
    usermodel package maps HSSF low level strutures to familiar workbook/sheet model
    - + org.apache.poi.hssf.util
    util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts.
    - + org.apache.poi.openxml4j.opc.internal   - + org.apache.poi.poifs.crypt
    Implementation of the ECMA-376 Document Encryption
    - + org.apache.poi.ss.formula.atp   - + org.apache.poi.ss.usermodel   - + org.apache.poi.ss.util   - + org.apache.poi.xslf.usermodel   - + org.apache.poi.xssf.streaming   - + org.apache.poi.xssf.usermodel   - + org.apache.poi.xssf.usermodel.helpers   - + org.apache.poi.xssf.util   - + org.apache.poi.xwpf.model   @@ -320,6 +324,28 @@ HSSF concepts.
  • + + + +
  • + + +

    Uses of Removal in org.apache.poi.hsmf

    + + + + + + + + + + +
    Methods in org.apache.poi.hsmf with annotations of type Removal 
    Modifier and TypeMethod and Description
    java.lang.StringMAPIMessage.getMessageClass() +
    Deprecated.  +
    3.16 beta 3. Use MAPIMessage.getMessageClassEnum() instead.
    +
    +
  • Modified: poi/site/publish/apidocs/org/apache/poi/util/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/package-use.html?rev=1785017&r1=1785016&r2=1785017&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/package-use.html Wed Mar 1 18:29:26 2017 @@ -140,284 +140,288 @@   -org.apache.poi.hsmf.extractor +org.apache.poi.hsmf   -org.apache.poi.hssf.converter +org.apache.poi.hsmf.extractor   +org.apache.poi.hssf.converter +  + + org.apache.poi.hssf.dev
    DEV package serves two purposes.
    - + org.apache.poi.hssf.model
    Provides low level API structures for reading, writing, modifying XLS files.
    - + org.apache.poi.hssf.record
    Record package contains class representations for XLS binary strutures.
    - + org.apache.poi.hssf.record.cf   - + org.apache.poi.hssf.record.chart   - + org.apache.poi.hssf.record.common   - + org.apache.poi.hssf.record.cont   - + org.apache.poi.hssf.record.crypto   - + org.apache.poi.hssf.record.pivottable   - + org.apache.poi.hssf.usermodel
    usermodel package maps HSSF low level strutures to familiar workbook/sheet model
    - + org.apache.poi.hssf.usermodel.helpers   - + org.apache.poi.hssf.util
    util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts.
    - + org.apache.poi.hwmf.record   - + org.apache.poi.hwpf   - + org.apache.poi.hwpf.converter   - + org.apache.poi.hwpf.dev   - + org.apache.poi.hwpf.model   - + org.apache.poi.hwpf.model.io   - + org.apache.poi.hwpf.model.types   - + org.apache.poi.hwpf.sprm   - + org.apache.poi.hwpf.usermodel   - + org.apache.poi.openxml4j.opc   - + org.apache.poi.openxml4j.opc.internal   - + org.apache.poi.openxml4j.util   - + org.apache.poi.poifs.crypt
    Implementation of the ECMA-376 Document Encryption
    - + org.apache.poi.poifs.crypt.agile   - + org.apache.poi.poifs.crypt.binaryrc4   - + org.apache.poi.poifs.crypt.cryptoapi   - + org.apache.poi.poifs.crypt.standard   - + org.apache.poi.poifs.crypt.temp   - + org.apache.poi.poifs.crypt.xor   - + org.apache.poi.poifs.filesystem
    filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
    - + org.apache.poi.poifs.storage
    storage package contains low level binary structures for POIFS's implementation of the OLE 2 Compound Document Format.
    - + org.apache.poi.sl.draw   - + org.apache.poi.sl.image   - + org.apache.poi.sl.usermodel   - + org.apache.poi.ss.extractor   - + org.apache.poi.ss.format
    This package contains classes that implement cell formatting
    - + org.apache.poi.ss.formula
    This package contains common internal POI code for manipulating formulas.
    - + org.apache.poi.ss.formula.atp   - + org.apache.poi.ss.formula.constant   - + org.apache.poi.ss.formula.ptg
    formula package contains binary PTG structures used in Formulas
    - + org.apache.poi.ss.formula.udf   - + org.apache.poi.ss.usermodel   - + org.apache.poi.ss.usermodel.charts   - + org.apache.poi.ss.usermodel.helpers   - + org.apache.poi.ss.util   - + org.apache.poi.util
    Top-level util package are classes that are useful throughout the project.
    - + org.apache.poi.xdgf.usermodel   - + org.apache.poi.xdgf.usermodel.section   - + org.apache.poi.xdgf.usermodel.section.geometry   - + org.apache.poi.xslf.model   - + org.apache.poi.xslf.usermodel   - + org.apache.poi.xssf.model   - + org.apache.poi.xssf.streaming   - + org.apache.poi.xssf.usermodel   - + org.apache.poi.xssf.usermodel.charts   - + org.apache.poi.xssf.usermodel.extensions   - + org.apache.poi.xssf.usermodel.helpers   - + org.apache.poi.xssf.util   - + org.apache.poi.xwpf.model   - + org.apache.poi.xwpf.usermodel   @@ -759,6 +763,24 @@ Compound Document Format.
    Program elements annotated @Removal track the earliest final release when a deprecated feature will be removed.
    + + + + +
  • + + + + + + + + + +
    Classes in org.apache.poi.util used by org.apache.poi.hsmf 
    Class and Description
    Removal +
    Program elements annotated @Removal track the earliest final release + when a deprecated feature will be removed.
    +
    Modified: poi/site/publish/apidocs/overview-tree.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1785017&r1=1785016&r2=1785017&view=diff ============================================================================== --- poi/site/publish/apidocs/overview-tree.html (original) +++ poi/site/publish/apidocs/overview-tree.html Wed Mar 1 18:29:26 2017 @@ -3645,6 +3645,7 @@
  • org.apache.poi.sl.usermodel.LineDecoration.DecorationSize
  • org.apache.poi.xwpf.usermodel.LineSpacingRule
  • org.apache.poi.xssf.usermodel.ListAutoNumber
  • +
  • org.apache.poi.hsmf.MAPIMessage.MESSAGE_CLASS
  • org.apache.poi.hwpf.model.NoteType
  • org.apache.poi.hwpf.usermodel.OfficeDrawing.HorizontalPositioning
  • org.apache.poi.hwpf.usermodel.OfficeDrawing.HorizontalRelativeElement
  • --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org