Java Doc for TAPAbstractType.java in  » Collaboration » poi-3.0.2-beta2 » org » apache » poi » hwpf » model » types » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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.hwpf.model.types 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.poi.hwpf.model.types.TAPAbstractType

All known Subclasses:   org.apache.poi.hwpf.usermodel.TableProperties,
TAPAbstractType
abstract public class TAPAbstractType implements HDFType(Code)
Table Properties. NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/records/definitions.
author:
   S. Ryan Ackley


Field Summary
protected  ShadingDescriptor[]field_10_rgshd
    
protected  BorderCodefield_11_brcBottom
    
protected  BorderCodefield_12_brcTop
    
protected  BorderCodefield_13_brcLeft
    
protected  BorderCodefield_14_brcRight
    
protected  BorderCodefield_15_brcVertical
    
protected  BorderCodefield_16_brcHorizontal
    
protected  intfield_1_jc
    
protected  intfield_2_dxaGapHalf
    
protected  intfield_3_dyaRowHeight
    
protected  booleanfield_4_fCantSplit
    
protected  booleanfield_5_fTableHeader
    
protected  intfield_6_tlp
    
protected  shortfield_7_itcMac
    
protected  short[]field_8_rgdxaCenter
    
protected  TableCellDescriptor[]field_9_rgtc
    

Constructor Summary
public  TAPAbstractType()
    

Method Summary
public  BorderCodegetBrcBottom()
     Get the brcBottom field for the TAP record.
public  BorderCodegetBrcHorizontal()
     Get the brcHorizontal field for the TAP record.
public  BorderCodegetBrcLeft()
     Get the brcLeft field for the TAP record.
public  BorderCodegetBrcRight()
     Get the brcRight field for the TAP record.
public  BorderCodegetBrcTop()
     Get the brcTop field for the TAP record.
public  BorderCodegetBrcVertical()
     Get the brcVertical field for the TAP record.
public  intgetDxaGapHalf()
     Get the dxaGapHalf field for the TAP record.
public  intgetDyaRowHeight()
     Get the dyaRowHeight field for the TAP record.
public  booleangetFCantSplit()
     Get the fCantSplit field for the TAP record.
public  booleangetFTableHeader()
     Get the fTableHeader field for the TAP record.
public  shortgetItcMac()
     Get the itcMac field for the TAP record.
public  intgetJc()
     Get the jc field for the TAP record.
public  short[]getRgdxaCenter()
     Get the rgdxaCenter field for the TAP record.
public  ShadingDescriptor[]getRgshd()
     Get the rgshd field for the TAP record.
public  TableCellDescriptor[]getRgtc()
     Get the rgtc field for the TAP record.
public  intgetSize()
    
public  intgetTlp()
     Get the tlp field for the TAP record.
public  voidsetBrcBottom(BorderCode field_11_brcBottom)
     Set the brcBottom field for the TAP record.
public  voidsetBrcHorizontal(BorderCode field_16_brcHorizontal)
     Set the brcHorizontal field for the TAP record.
public  voidsetBrcLeft(BorderCode field_13_brcLeft)
     Set the brcLeft field for the TAP record.
public  voidsetBrcRight(BorderCode field_14_brcRight)
     Set the brcRight field for the TAP record.
public  voidsetBrcTop(BorderCode field_12_brcTop)
     Set the brcTop field for the TAP record.
public  voidsetBrcVertical(BorderCode field_15_brcVertical)
     Set the brcVertical field for the TAP record.
public  voidsetDxaGapHalf(int field_2_dxaGapHalf)
     Set the dxaGapHalf field for the TAP record.
public  voidsetDyaRowHeight(int field_3_dyaRowHeight)
     Set the dyaRowHeight field for the TAP record.
public  voidsetFCantSplit(boolean field_4_fCantSplit)
     Set the fCantSplit field for the TAP record.
public  voidsetFTableHeader(boolean field_5_fTableHeader)
     Set the fTableHeader field for the TAP record.
public  voidsetItcMac(short field_7_itcMac)
     Set the itcMac field for the TAP record.
public  voidsetJc(int field_1_jc)
     Set the jc field for the TAP record.
public  voidsetRgdxaCenter(short[] field_8_rgdxaCenter)
     Set the rgdxaCenter field for the TAP record.
public  voidsetRgshd(ShadingDescriptor[] field_10_rgshd)
     Set the rgshd field for the TAP record.
public  voidsetRgtc(TableCellDescriptor[] field_9_rgtc)
     Set the rgtc field for the TAP record.
public  voidsetTlp(int field_6_tlp)
     Set the tlp field for the TAP record.

Field Detail
field_10_rgshd
protected ShadingDescriptor[] field_10_rgshd(Code)



field_11_brcBottom
protected BorderCode field_11_brcBottom(Code)



field_12_brcTop
protected BorderCode field_12_brcTop(Code)



field_13_brcLeft
protected BorderCode field_13_brcLeft(Code)



field_14_brcRight
protected BorderCode field_14_brcRight(Code)



field_15_brcVertical
protected BorderCode field_15_brcVertical(Code)



field_16_brcHorizontal
protected BorderCode field_16_brcHorizontal(Code)



field_1_jc
protected int field_1_jc(Code)



field_2_dxaGapHalf
protected int field_2_dxaGapHalf(Code)



field_3_dyaRowHeight
protected int field_3_dyaRowHeight(Code)



field_4_fCantSplit
protected boolean field_4_fCantSplit(Code)



field_5_fTableHeader
protected boolean field_5_fTableHeader(Code)



field_6_tlp
protected int field_6_tlp(Code)



field_7_itcMac
protected short field_7_itcMac(Code)



field_8_rgdxaCenter
protected short[] field_8_rgdxaCenter(Code)



field_9_rgtc
protected TableCellDescriptor[] field_9_rgtc(Code)




Constructor Detail
TAPAbstractType
public TAPAbstractType()(Code)




Method Detail
getBrcBottom
public BorderCode getBrcBottom()(Code)
Get the brcBottom field for the TAP record.



getBrcHorizontal
public BorderCode getBrcHorizontal()(Code)
Get the brcHorizontal field for the TAP record.



getBrcLeft
public BorderCode getBrcLeft()(Code)
Get the brcLeft field for the TAP record.



getBrcRight
public BorderCode getBrcRight()(Code)
Get the brcRight field for the TAP record.



getBrcTop
public BorderCode getBrcTop()(Code)
Get the brcTop field for the TAP record.



getBrcVertical
public BorderCode getBrcVertical()(Code)
Get the brcVertical field for the TAP record.



getDxaGapHalf
public int getDxaGapHalf()(Code)
Get the dxaGapHalf field for the TAP record.



getDyaRowHeight
public int getDyaRowHeight()(Code)
Get the dyaRowHeight field for the TAP record.



getFCantSplit
public boolean getFCantSplit()(Code)
Get the fCantSplit field for the TAP record.



getFTableHeader
public boolean getFTableHeader()(Code)
Get the fTableHeader field for the TAP record.



getItcMac
public short getItcMac()(Code)
Get the itcMac field for the TAP record.



getJc
public int getJc()(Code)
Get the jc field for the TAP record.



getRgdxaCenter
public short[] getRgdxaCenter()(Code)
Get the rgdxaCenter field for the TAP record.



getRgshd
public ShadingDescriptor[] getRgshd()(Code)
Get the rgshd field for the TAP record.



getRgtc
public TableCellDescriptor[] getRgtc()(Code)
Get the rgtc field for the TAP record.



getSize
public int getSize()(Code)
Size of record (exluding 4 byte header)



getTlp
public int getTlp()(Code)
Get the tlp field for the TAP record.



setBrcBottom
public void setBrcBottom(BorderCode field_11_brcBottom)(Code)
Set the brcBottom field for the TAP record.



setBrcHorizontal
public void setBrcHorizontal(BorderCode field_16_brcHorizontal)(Code)
Set the brcHorizontal field for the TAP record.



setBrcLeft
public void setBrcLeft(BorderCode field_13_brcLeft)(Code)
Set the brcLeft field for the TAP record.



setBrcRight
public void setBrcRight(BorderCode field_14_brcRight)(Code)
Set the brcRight field for the TAP record.



setBrcTop
public void setBrcTop(BorderCode field_12_brcTop)(Code)
Set the brcTop field for the TAP record.



setBrcVertical
public void setBrcVertical(BorderCode field_15_brcVertical)(Code)
Set the brcVertical field for the TAP record.



setDxaGapHalf
public void setDxaGapHalf(int field_2_dxaGapHalf)(Code)
Set the dxaGapHalf field for the TAP record.



setDyaRowHeight
public void setDyaRowHeight(int field_3_dyaRowHeight)(Code)
Set the dyaRowHeight field for the TAP record.



setFCantSplit
public void setFCantSplit(boolean field_4_fCantSplit)(Code)
Set the fCantSplit field for the TAP record.



setFTableHeader
public void setFTableHeader(boolean field_5_fTableHeader)(Code)
Set the fTableHeader field for the TAP record.



setItcMac
public void setItcMac(short field_7_itcMac)(Code)
Set the itcMac field for the TAP record.



setJc
public void setJc(int field_1_jc)(Code)
Set the jc field for the TAP record.



setRgdxaCenter
public void setRgdxaCenter(short[] field_8_rgdxaCenter)(Code)
Set the rgdxaCenter field for the TAP record.



setRgshd
public void setRgshd(ShadingDescriptor[] field_10_rgshd)(Code)
Set the rgshd field for the TAP record.



setRgtc
public void setRgtc(TableCellDescriptor[] field_9_rgtc)(Code)
Set the rgtc field for the TAP record.



setTlp
public void setTlp(int field_6_tlp)(Code)
Set the tlp field for the TAP record.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.