インタフェース
org.torikiri.xlsapi.Property の使用

Property を使用しているパッケージ
org.torikiri.xlsapi   
org.torikiri.xlsapi.cell   
org.torikiri.xlsapi.row   
org.torikiri.xlsapi.sheet   
org.torikiri.xlsapi.style   
 

org.torikiri.xlsapi での Property の使用
 

Property 型の型パラメータを持つ org.torikiri.xlsapi のクラス
 class PropertySet<E,T extends Property<E>>
           
 

org.torikiri.xlsapi での Property のサブインタフェース
 interface StyleProperty
           
 

Property を実装している org.torikiri.xlsapi のクラス
 class BooleanProperty<T>
           
 class DefaultProperty<E>
           
 class IntProperty<T>
           
 class ShortProperty<T>
           
 

Property 型の型パラメータを持つ org.torikiri.xlsapi のフィールド
private  PropertySet<HSSFSheet,Property<HSSFSheet>> Sheet.properties
           
private  PropertySet<HSSFRow,Property<HSSFRow>> Row.properties
           
private  PropertySet<HSSFCell,Property<HSSFCell>> Cell.properties
           
 

Property 型のパラメータを持つ org.torikiri.xlsapi のメソッド
protected  Cell Cell.add(Property<HSSFCell> property)
           
private  Row Row.add(Property<HSSFRow> property)
           
private  Sheet Sheet.add(Property<HSSFSheet> property)
           
 

Property 型のパラメータを持つ org.torikiri.xlsapi のコンストラクタ
Cell(int index, Property<HSSFCell> value, Style style)
           
 

org.torikiri.xlsapi.cell での Property の使用
 

org.torikiri.xlsapi.cell での Property のサブインタフェース
 interface CellValue
           
 

Property を実装している org.torikiri.xlsapi.cell のクラス
 class AbstractCellValue<T>
           
 class AsActive
           
 class BooleanCellValue
           
 class CalendarCellValue
           
 class CellType
           
 class DateCellValue
           
 class DoubleCellValue
           
 class StringCellValue
           
 

org.torikiri.xlsapi.row での Property の使用
 

Property を実装している org.torikiri.xlsapi.row のクラス
 class AbstractRowHeight
           
 class RowHeight
           
 class RowHeightInPoints
           
 

org.torikiri.xlsapi.sheet での Property の使用
 

Property を実装している org.torikiri.xlsapi.sheet のクラス
 class AbstractDefaultRowHeight
           
 class Active
           
 class AlternativeExpression
           
 class AlternativeFormula
           
 class Autobreaks
           
 class ColumnBreak
           
 class ColumnGroupCollapsed
           
 class ColumnHidden
           
 class ColumnWidth
           
 class DefaultColumnStyle
           
 class DefaultColumnWidth
           
 class DefaultRowHeight
           
 class DefaultRowHeightInPoints
           
 class Dialog
           
 class DisplayFormulas
           
 class DisplayGridlines
           
 class DisplayGuts
           
 class DisplayRowColHeadings
           
 class FitToPage
           
 class ForceFormulaRecalculation
           
 class GridsPrinted
           
 class HorizontallyCenter
           
 class Margin
           
 class PrintGridlines
           
 class RowBreak
           
 class RowGroupCollapsed
           
 class RowSumsBelow
           
 class RowSumsRight
           
 class Selected
           
 class VerticallyCenter
           
 class Zoom
           
 

org.torikiri.xlsapi.style での Property の使用
 

Property を実装している org.torikiri.xlsapi.style のクラス
 class AbstractBooleanValueProperty
           
 class AbstractShortValueProperty
           
 class Alignment
           
 class BorderBottom
           
 class BorderLeft
           
 class BorderRight
           
 class BorderTop
           
 class BottomBorderColor
           
 class DataFormat
           
 class FillBackgroundColor
           
 class FillForegroundColor
           
 class FillPattern
           
 class Hidden
           
 class Indention
           
 class LeftBorderColor
           
 class Locked
           
 class RightBorderColor
           
 class Rotation
           
 class ShortDataFormat
           
 class StringDataFormat
           
 class TopBorderColor
           
 class VerticalAlign
           
 class WrapText