Class ReportSection


  • public class ReportSection
    extends java.lang.Object
    리포트 섹션 모델

    각 섹션은 PPT의 슬라이드 또는 PDF의 페이지로 변환됩니다.

    Since:
    2025.12.02
    • Constructor Detail

      • ReportSection

        public ReportSection()
    • Method Detail

      • addBulletPoint

        public void addBulletPoint​(java.lang.String point)
      • addSubSection

        public void addSubSection​(ReportSection subSection)
      • hasTable

        public boolean hasTable()
      • hasChart

        public boolean hasChart()
      • hasImage

        public boolean hasImage()