Class ReportSection
- java.lang.Object
-
- com.arms.api.report.export_service.model.ReportSection
-
public class ReportSection extends java.lang.Object리포트 섹션 모델각 섹션은 PPT의 슬라이드 또는 PDF의 페이지로 변환됩니다.
- Since:
- 2025.12.02
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReportSection.SectionType섹션 타입 열거형
-
Constructor Summary
Constructors Constructor Description ReportSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBulletPoint(java.lang.String point)voidaddSubSection(ReportSection subSection)booleanhasChart()booleanhasImage()booleanhasTable()
-
-
-
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()
-
-