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 1102C18B94 for ; Mon, 21 Dec 2015 16:36:36 +0000 (UTC) Received: (qmail 70997 invoked by uid 500); 21 Dec 2015 16:36:36 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 70958 invoked by uid 500); 21 Dec 2015 16:36:35 -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 70949 invoked by uid 99); 21 Dec 2015 16:36:35 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Dec 2015 16:36:35 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 438D81A0163 for ; Mon, 21 Dec 2015 16:36:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.446 X-Spam-Level: ** X-Spam-Status: No, score=2.446 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id edc96g0a9PQ4 for ; Mon, 21 Dec 2015 16:36:13 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 5954420532 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 D6681E103D 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 CCD3D3A0051 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 [13/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/extract... 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.CCD3D3A0051@svn01-us-west.apache.org> Added: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfMisc.WmfSetRop2.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfMisc.WmfSetRop2.html?rev=1721208&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfMisc.WmfSetRop2.html (added) +++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfMisc.WmfSetRop2.html Mon Dec 21 16:36:04 2015 @@ -0,0 +1,303 @@ + + + + +HwmfMisc.WmfSetRop2 (POI API Documentation) + + + + + + + + + + +
+
org.apache.poi.hwmf.record
+

Class HwmfMisc.WmfSetRop2

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.poi.hwmf.record.HwmfMisc.WmfSetRop2
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    HwmfRecord
    +
    +
    +
    Enclosing class:
    +
    HwmfMisc
    +
    +
    +
    +
    public static class HwmfMisc.WmfSetRop2
    +extends java.lang.Object
    +implements HwmfRecord
    +
    The META_SETROP2 record defines the foreground raster operation mix mode in the playback device + context. The foreground mix mode is the mode for combining pens and interiors of filled objects with + foreground colors on the output surface.
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      HwmfRecordTypegetRecordType() 
      intinit(LittleEndianInputStream leis, + long recordSize, + int recordFunction) +
      Init record from stream
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HwmfMisc.WmfSetRop2

        +
        public HwmfMisc.WmfSetRop2()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        init

        +
        public int init(LittleEndianInputStream leis,
        +       long recordSize,
        +       int recordFunction)
        +         throws java.io.IOException
        +
        Description copied from interface: HwmfRecord
        +
        Init record from stream
        +
        +
        Specified by:
        +
        init in interface HwmfRecord
        +
        Parameters:
        leis - the little endian input stream
        +
        Returns:
        count of processed bytes
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

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

Class HwmfMisc.WmfSetStretchBltMode

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.poi.hwmf.record.HwmfMisc.WmfSetStretchBltMode
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    HwmfRecord
    +
    +
    +
    Enclosing class:
    +
    HwmfMisc
    +
    +
    +
    +
    public static class HwmfMisc.WmfSetStretchBltMode
    +extends java.lang.Object
    +implements HwmfRecord
    +
    The META_SETSTRETCHBLTMODE record defines the bitmap stretching mode in the playback device + context.
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      HwmfRecordTypegetRecordType() 
      intinit(LittleEndianInputStream leis, + long recordSize, + int recordFunction) +
      Init record from stream
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HwmfMisc.WmfSetStretchBltMode

        +
        public HwmfMisc.WmfSetStretchBltMode()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        init

        +
        public int init(LittleEndianInputStream leis,
        +       long recordSize,
        +       int recordFunction)
        +         throws java.io.IOException
        +
        Description copied from interface: HwmfRecord
        +
        Init record from stream
        +
        +
        Specified by:
        +
        init in interface HwmfRecord
        +
        Parameters:
        leis - the little endian input stream
        +
        Returns:
        count of processed bytes
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

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

Class HwmfMisc

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.poi.hwmf.record.HwmfMisc
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class HwmfMisc
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class HwmfMisc.WmfCreateBrushIndirect +
      The META_CREATEBRUSHINDIRECT record creates a Brush Object + from a LogBrush Object.
      +
      static class HwmfMisc.WmfCreatePatternBrush 
      static class HwmfMisc.WmfCreatePenIndirect 
      static class HwmfMisc.WmfDeleteObject +
      The META_DELETEOBJECT record deletes an object, including Bitmap16, Brush, + DeviceIndependentBitmap, Font, Palette, Pen, and Region.
      +
      static class HwmfMisc.WmfDibCreatePatternBrush +
      The META_DIBCREATEPATTERNBRUSH record creates a Brush Object with a + pattern specified by a DeviceIndependentBitmap (DIB) Object
      +
      static class HwmfMisc.WmfRestoreDc +
      The META_RESTOREDC record restores the playback device context from a previously saved device + context.
      +
      static class HwmfMisc.WmfSaveDc +
      The META_SAVEDC record saves the playback device context for later retrieval.
      +
      static class HwmfMisc.WmfSetBkColor +
      The META_SETBKCOLOR record sets the background color in the playback device context to a + specified color, or to the nearest physical color if the device cannot represent the specified color.
      +
      static class HwmfMisc.WmfSetBkMode +
      The META_SETBKMODE record defines the background raster operation mix mode in the playback + device context.
      +
      static class HwmfMisc.WmfSetLayout +
      The META_SETLAYOUT record defines the layout orientation in the playback device context.
      +
      static class HwmfMisc.WmfSetMapMode +
      The META_SETMAPMODE record defines the mapping mode in the playback device context.
      +
      static class HwmfMisc.WmfSetMapperFlags +
      The META_SETMAPPERFLAGS record defines the algorithm that the font mapper uses when it maps + logical fonts to physical fonts.
      +
      static class HwmfMisc.WmfSetRelabs +
      The META_SETRELABS record is reserved and not supported.
      +
      static class HwmfMisc.WmfSetRop2 +
      The META_SETROP2 record defines the foreground raster operation mix mode in the playback device + context.
      +
      static class HwmfMisc.WmfSetStretchBltMode +
      The META_SETSTRETCHBLTMODE record defines the bitmap stretching mode in the playback device + context.
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      HwmfMisc() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HwmfMisc

        +
        public HwmfMisc()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

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

Class HwmfPalette.PaletteEntry

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.poi.hwmf.record.HwmfPalette.PaletteEntry
    • +
    +
  • +
+
+
    +
  • +
    +
    Enclosing class:
    +
    HwmfPalette
    +
    +
    +
    +
    public static class HwmfPalette.PaletteEntry
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intinit(LittleEndianInputStream leis) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HwmfPalette.PaletteEntry

        +
        public HwmfPalette.PaletteEntry()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

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

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

Class HwmfPalette.WmfAnimatePalette

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    HwmfRecord
    +
    +
    +
    Enclosing class:
    +
    HwmfPalette
    +
    +
    +
    +
    public static class HwmfPalette.WmfAnimatePalette
    +extends HwmfPalette.WmfPaletteParent
    +
    The META_ANIMATEPALETTE record redefines entries in the logical palette that + is defined in the playback device context with the specified Palette object + + The logical palette that is specified by the Palette object in this record is the + source of the palette changes, and the logical palette that is currently selected + into the playback device context is the destination. Entries in the destination + palette with the PC_RESERVED PaletteEntryFlag set SHOULD be modified by this record, + and entries with that flag clear SHOULD NOT be modified. + If none of the entries in the destination palette have the PC_RESERVED flag set, then + this record SHOULD have no effect.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HwmfPalette.WmfAnimatePalette

        +
        public HwmfPalette.WmfAnimatePalette()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

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

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

Class HwmfPalette.WmfCreatePalette

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

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      HwmfRecordTypegetRecordType() 
      + +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HwmfPalette.WmfCreatePalette

        +
        public HwmfPalette.WmfCreatePalette()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

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

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

Class HwmfPalette.WmfPaletteParent

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.poi.hwmf.record.HwmfPalette.WmfPaletteParent
    • +
    +
  • +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intinit(LittleEndianInputStream leis, + long recordSize, + int recordFunction) +
      Init record from stream
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HwmfPalette.WmfPaletteParent

        +
        public HwmfPalette.WmfPaletteParent()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        init

        +
        public int init(LittleEndianInputStream leis,
        +       long recordSize,
        +       int recordFunction)
        +         throws java.io.IOException
        +
        Description copied from interface: HwmfRecord
        +
        Init record from stream
        +
        +
        Specified by:
        +
        init in interface HwmfRecord
        +
        Parameters:
        leis - the little endian input stream
        +
        Returns:
        count of processed bytes
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

+ 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