org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements

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 » Content Management System » apache lenya 2.0 » org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements 
org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements
Java Source File NameTypeComment
Anchors.javaClass Anchors.
BaseElementProcessor.javaClass The BaseElementProcessor class provides default behavior for classes that can handle a particular XML element's content. It is intended that all ElementProcessors should extend this class. This class is declared Abstract although it has no abstract methods.
BorderStyle.javaClass
Cell.javaClass
CellType.javaClass
ColorCode.javaClass Color codes
author:
   Marc Johnson (marc_johnson27591@hotmail.com)
author:
   Andrew C.
ConstraintType.javaClass
Direction.javaClass
EPAttribute.javaClass
EPAttributes.javaClass
EPBottom.javaClass No-op implementation of ElementProcessor to handle the "Bottom" tag This element has two attributes and no content. This element is not used in HSSFSerializer 1.0
author:
   Marc Johnson (marc_johnson27591@hotmail.com)
author:
   Andrew C.
EPButton.javaClass No-op implementation of ElementProcessor to handle the "Button" tag This element has a small number of Attributes and no content.
EPCell.javaClass Implementation of ElementProcessor to handle the "Cell" tag.
EPCellComment.javaClass No-op implementation of ElementProcessor to handle the "CellComment" tag This element has a small number of Attributes and no content.
EPCells.javaClass
EPCheckbox.javaClass No-op implementation of ElementProcessor to handle the "Checkbox" tag This element has a small number of Attributes and no content.
EPColInfo.javaClass
EPCols.javaClass
EPConstr.javaClass No-op implementation of ElementProcessor to handle the "Constr" tag This element contains several attributes and no content or other elements.
EPContent.javaClass No-op implementation of ElementProcessor to handle the "Content" tag This element has no attributes and holds its parent element's content.
EPDiagonal.javaClass No-op implementation of ElementProcessor to handle the "Diagonal" tag This element has two attributes and no content.
EPFont.javaClass No-op implementation of ElementProcessor to handle the "Font" tag This element has five attributes and also holds the name of the font as element content. This element is not used in HSSFSerializer 1.0
author:
   Marc Johnson (marc_johnson27591@hotmail.com)
author:
   Andrew C.
EPFooter.javaClass No-op implementation of ElementProcessor to handle the "Footer" tag This element has three attributes: Left, Middle, and Top, and no contents.
EPFrame.javaClass No-op implementation of ElementProcessor to handle the "Frame" tag This element has a small number of Attributes and no content.
EPGeometry.javaClass
EPHeader.javaClass No-op implementation of ElementProcessor to handle the "Header" tag This element has three attributes: Left, Middle, and Top, and no contents.
EPItem.javaClass
EPLabel.javaClass No-op implementation of ElementProcessor to handle the "Label" tag This element has a small number of Attributes and no content.
EPLeft.javaClass No-op implementation of ElementProcessor to handle the "Left" tag This element has two attributes and no content. This element is not used in HSSFSerializer 1.0
author:
   Marc Johnson (marc_johnson27591@hotmail.com)
author:
   Andrew C.
EPMargins.javaClass No-op implementation of ElementProcessor to handle the "Margins" tag This is a container element with no attributes.
EPMaxCol.javaClass No-op implementation of ElementProcessor to handle the "MaxCol" tag This element contains the maximum number of columns in the containing sheet.
EPMaxRow.javaClass No-op implementation of ElementProcessor to handle the "MaxRow" tag This element contains the maximum number of rows in the containing sheet.
EPMerge.javaClass No-op implementation of ElementProcessor to handle the "Merge" tag.
EPMergedRegions.javaClass No-op implementation of ElementProcessor to handle the "MergedRegions" tag This element has no attributes and contains a string.
EPName.javaClass
EPNames.javaClass No-op implementation of ElementProcessor to handle the "Names" tag This element has no attributes and contains a string.
EPObjects.javaClass No-op implementation of ElementProcessor to handle the "Objects" tag This element is a container element with no attributes.
EPPrintInformation.javaClass No-op implementation of ElementProcessor to handle the "PrintInformation" tag This element is a container element with no attributes.
EPRev_Diagonal.javaClass No-op implementation of ElementProcessor to handle the "Rev-Diagonal" tag This element has two attributes and no content.
EPRight.javaClass No-op implementation of ElementProcessor to handle the "Right" tag This element has two attributes and no content. This element is not used in HSSFSerializer 1.0
author:
   Marc Johnson (marc_johnson27591@hotmail.com)
author:
   Andrew C.
EPRowInfo.javaClass
EPRows.javaClass
EPSelection.javaClass No-op implementation of ElementProcessor to handle the "Selection" tag This element is a container of other elements and has four attributes that define the boundaries of the region.
EPSelections.javaClass No-op implementation of ElementProcessor to handle the "Selections" tag This element is a container element with two attributes: CursorCol and CursorRow, which presumable show where the cursor should be.
EPSheet.javaClass No-op implementation of ElementProcessor to handle the "Sheet" tag This element contains other elements and has the following boolean attributes:
  • DisplayFormulas
  • HideZero
  • HideGrid
  • HideColHeader
  • HideRowHeader
  • DisplayOutlines
  • OutlineSymbolsBelow
  • OutlineSymbolsRight

author:
   Marc Johnson (marc_johnson27591@hotmail.com)
author:
   Andrew C.
EPSheetName.javaClass
EPSheetNameIndex.javaClass
EPSheetObjectBonobo.javaClass No-op implementation of ElementProcessor to handle the "SheetObjectBonobo" tag This element has a small number of Attributes and no content.
EPSheetObjectFilled.javaClass No-op implementation of ElementProcessor to handle the "SheetObjectFilled" tag This element has a small number of Attributes and no content.
EPSheets.javaClass
EPSolver.javaClass
EPStyle.javaClass No-op implementation of ElementProcessor to handle the "Style" tag This element is a container of other elements and has several attributes This element is not used in HSSFSerializer 1.0
author:
   Marc Johnson (marc_johnson27591@hotmail.com)
author:
   Andrew C.
EPStyleBorder.javaClass No-op implementation of ElementProcessor to handle the "StyleBorder" tag This element is a container element with no attributes.
EPStyleRegion.javaClass No-op implementation of ElementProcessor to handle the "StyleRegion" tag This element is a container of other elements and has four attributes that define the boundaries of the region.
author:
   Marc Johnson (marc_johnson27591@hotmail.com)
author:
   Andrew C.
EPStyles.javaClass No-op implementation of ElementProcessor to handle the "Styles" tag This is a container element with no attributes This element is not used in HSSFSerializer 1.0
author:
   Marc Johnson (marc_johnson27591@hotmail.com)
author:
   Andrew C.
EPSummary.javaClass
EPTop.javaClass No-op implementation of ElementProcessor to handle the "Top" tag This element has two attributes and no content. This element is not used in HSSFSerializer 1.0
author:
   Marc Johnson (marc_johnson27591@hotmail.com)
author:
   Andrew C.
EPUIData.javaClass
EPWorkbook.javaClass ElementProcessor that handles the "Workbook" tag The Workbook element includes one attribute ("gmr"), which basically gives us the Gnumeric major version.
EPZoom.javaClass
EP_Bottom.javaClass
EP_Default_.javaClass
EP_Draft.javaClass No-op implementation of ElementProcessor to handle the "draft" tag This element has a single attribute, value, which is boolean.
EP_EvenIfOnlyStyles.javaClass No-op implementation of ElementProcessor to handle the "even_if_only_styles" tag This element has a single attribute, value, which is boolean.
EP_Footer.javaClass
EP_Grid.javaClass No-op implementation of ElementProcessor to handle the "grid" tag This element has a single attribute, value, which is boolean.
EP_HCenter.javaClass No-op implementation of ElementProcessor to handle the "hcenter" tag This element has a single attribute, value, which is boolean.
EP_Header.javaClass
EP_Left.javaClass
EP_Monochrome.javaClass No-op implementation of ElementProcessor to handle the "monochrome" tag This element has a single attribute, value, which is boolean.
EP_Name.javaClass
EP_Order.javaClass
EP_Orientation.javaClass
EP_Paper.javaClass No-op implementation of ElementProcessor to handle the "paper" tag This element contains no other elements and has no attributes.
EP_RepeatLeft.javaClass No-op implementation of ElementProcessor to handle the "repeat_left" tag This element has a single attribute, value, which is boolean.
EP_RepeatTop.javaClass No-op implementation of ElementProcessor to handle the "repeat_top" tag This element has a single attribute, value, which is boolean.
EP_Right.javaClass
EP_Titles.javaClass No-op implementation of ElementProcessor to handle the "titles" tag This element has a single attribute, value, which is boolean.
EP_Top.javaClass
EP_Type.javaClass No-op implementation of ElementProcessor to handle the "type" tag This element is not used in HSSFSerializer 1.0 This element has no attributes, but has string content, which is numeric.
EP_ValString.javaClass
EP_Value.javaClass
EP_VCenter.javaClass No-op implementation of ElementProcessor to handle the "vcenter" tag This element has a single attribute, value, which is boolean.
GTKTypes.javaClass
HorizontalAlignment.javaClass Horizontal alignment is written as an integer, and each bit in the integer specifies a particular boolean attribute.
ObjectFill.javaClass
Offsets.javaClass Offsets.
PrintOrder.javaClass Print order -- encapsulation of the strings representing the print ordering, and a simpler way to deal with them.
PrintOrientation.javaClass Print orientation -- encapsulation of the strings representing the print orientation, and a simpler way to deal with them.
PrintUnits.javaClass
Row.javaClass
Sheet.javaClass internal representation of a Sheet
author:
   Marc Johnson (marc_johnson27591@hotmail.com)
author:
   Andrew C.
StyleOrientation.javaClass Style orientation is written as an integer, and each bit in the integer specifies a particular boolean attribute.
StyleShading.javaClass
UnderlineType.javaClass
VerticalAlignment.javaClass Vertical alignment is written as an integer, and each bit in the integer specifies a particular boolean attribute.
Workbook.javaClass internal representation of a Workbook
author:
   Marc Johnson (marc_johnson27591@hotmail.com)
author:
   Andrew C.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.