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 CB1FD1173D for ; Fri, 16 May 2014 22:51:58 +0000 (UTC) Received: (qmail 83513 invoked by uid 500); 16 May 2014 11:49:07 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 96993 invoked by uid 500); 16 May 2014 11:40:10 -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 62873 invoked by uid 99); 16 May 2014 11:19:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2014 11:19:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2014 07:11:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4B8142388A3B; Thu, 15 May 2014 07:10:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1594798 [2/3] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/hsmf/datatypes/ apidocs/org/apache/poi/hsmf/datatypes/class-use/ Date: Thu, 15 May 2014 07:10:45 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140515071047.4B8142388A3B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/PropertyValue.DoublePropertyValue.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/PropertyValue.DoublePropertyValue.html?rev=1594798&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/PropertyValue.DoublePropertyValue.html (added) +++ poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/PropertyValue.DoublePropertyValue.html Thu May 15 07:10:43 2014 @@ -0,0 +1,325 @@ + + + + +PropertyValue.DoublePropertyValue (POI API Documentation) + + + + + + + + + + +
+
org.apache.poi.hsmf.datatypes
+

Class PropertyValue.DoublePropertyValue

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PropertyValue.DoublePropertyValue

        +
        public PropertyValue.DoublePropertyValue(MAPIProperty property,
        +                                 long flags,
        +                                 byte[] data)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getValue

        +
        public java.lang.Double getValue()
        +
        +
        Overrides:
        +
        getValue in class PropertyValue
        +
        +
      • +
      + + + +
        +
      • +

        setValue

        +
        public void setValue(double value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + Added: poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/PropertyValue.FloatPropertyValue.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/PropertyValue.FloatPropertyValue.html?rev=1594798&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/PropertyValue.FloatPropertyValue.html (added) +++ poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/PropertyValue.FloatPropertyValue.html Thu May 15 07:10:43 2014 @@ -0,0 +1,325 @@ + + + + +PropertyValue.FloatPropertyValue (POI API Documentation) + + + + + + + + + + +
+
org.apache.poi.hsmf.datatypes
+

Class PropertyValue.FloatPropertyValue

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PropertyValue.FloatPropertyValue

        +
        public PropertyValue.FloatPropertyValue(MAPIProperty property,
        +                                long flags,
        +                                byte[] data)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        setValue

        +
        public void setValue(float value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + Modified: poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/PropertyValue.LongLongPropertyValue.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/PropertyValue.LongLongPropertyValue.html?rev=1594798&r1=1594797&r2=1594798&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/PropertyValue.LongLongPropertyValue.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hsmf/datatypes/PropertyValue.LongLongPropertyValue.html Thu May 15 07:10:43 2014 @@ -34,7 +34,7 @@