org.apache.poi.ddf

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Collaboration » poi 3.0.2 beta2 » org.apache.poi.ddf 
org.apache.poi.ddf

This package contains classes for decoding the Microsoft Office Drawing format otherwise known as escher henceforth known in POI as the Dreadful Drawing Format.

Java Source File NameTypeComment
DefaultEscherRecordFactory.javaClass Generates escher records when provided the byte array containing those records.
author:
   Glen Stampoultzis
author:
   Nick Burch (nick at torchbox .
EscherArrayProperty.javaClass Escher array properties are the most wierd construction ever invented with all sorts of special cases.
EscherBitmapBlip.javaClass
EscherBlipRecord.javaClass
EscherBlipWMFRecord.javaClass The blip record is used to hold details about large binary objects that occur in escher such as JPEG, GIF, PICT and WMF files.
EscherBoolProperty.javaClass Represents a boolean property.
EscherBSERecord.javaClass The BSE record is related closely to the EscherBlipRecord and stores extra information about the blip.
EscherChildAnchorRecord.javaClass The escher child achor record is used to specify the position of a shape under an existing group.
EscherClientAnchorRecord.javaClass The escher client anchor specifies which rows and cells the shape is bound to as well as the offsets within those cells.
EscherClientDataRecord.javaClass The EscherClientDataRecord is used to store client specific data about the position of a shape within a container.
EscherComplexProperty.javaClass A complex property differs from a simple property in that the data can not fit inside a 32 bit integer.
EscherContainerRecord.javaClass Escher container records store other escher records as children. The container records themselves never store any information beyond the standard header used by all escher records.
EscherDggRecord.javaClass This record defines the drawing groups used for a particular sheet.
EscherDgRecord.javaClass This record simply holds the number of shapes in the drawing group and the last shape id used for this drawing group.
EscherDump.javaClass Used to dump the contents of escher records to a PrintStream.
EscherMetafileBlip.javaClass
EscherOptRecord.javaClass The opt record is used to store property values for a shape.
EscherPictBlip.javaClass
EscherProperties.javaClass Provides a list of all known escher properties including the description and type.
EscherProperty.javaClass This is the abstract base class for all escher properties.
EscherPropertyFactory.javaClass Generates a property given a reference into the byte array storing that property.
EscherPropertyMetaData.javaClass This class stores the type and description of an escher property.
EscherRecord.javaClass The base abstract record from which all escher records are defined.
EscherRecordFactory.javaInterface The escher record factory interface allows for the creation of escher records from a pointer into a data array.
EscherRGBProperty.javaClass A color property.
EscherSerializationListener.javaInterface Interface for listening to escher serialization events.
EscherShapePathProperty.javaClass Defines the constants for the various possible shape paths.
EscherSimpleProperty.javaClass A simple property is of fixed length and as a property number in addition to a 32-bit value.
EscherSpgrRecord.javaClass The spgr record defines information about a shape group.
EscherSplitMenuColorsRecord.javaClass A list of the most recently used colours for the drawings contained in this document.
EscherSpRecord.javaClass Together the the EscherOptRecord this record defines some of the basic properties of a shape.
EscherTextboxRecord.javaClass Holds data from the parent application.
NullEscherSerializationListener.javaClass Ignores all serialization events.
TestEscherBlipWMFRecord.javaClass
TestEscherBoolProperty.javaClass
TestEscherBSERecord.javaClass
TestEscherChildAnchorRecord.javaClass
TestEscherClientAnchorRecord.javaClass
TestEscherClientDataRecord.javaClass
TestEscherContainerRecord.javaClass
TestEscherDggRecord.javaClass
TestEscherDgRecord.javaClass
TestEscherOptRecord.javaClass
TestEscherPropertyFactory.javaClass
TestEscherSpgrRecord.javaClass
TestEscherSplitMenuColorsRecord.javaClass
TestEscherSpRecord.javaClass
TestUnknownEscherRecord.javaClass
UnknownEscherRecord.javaClass This record is used whenever a escher record is encountered that we do not explicitly support.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.