enum RtTableCellDisplay
테이블 헤더나 footer 양 끝 셀 표시 방식.
IRtTableSectionCell.
display 속성으로 사용된다.
See Also
Values
- NONE = 'none'
- TEXT = 'text'IRtTableSectionCell.text로 지정한 텍스트를 표시한다.
- SHAPE = 'shape'IRtTableSectionCell.shapeName로 지정한 Shape를 표시한다.
- IMAGE = 'image'IRtTableSectionCell.imageUrl로 지정한 이미지를 표시한다.