Skip to content

HwpListHeader

sboh1214 edited this page Apr 28, 2021 · 3 revisions

HwpListHeader

문단 리스트 헤더

public struct HwpListHeader: HwpFromData 

Tag ID : HWPTAG_LIST_HEADER

Inheritance

HwpFromData

Properties

paragraphCount

문단 수

public let paragraphCount: Int32

한글문서에선 Int16으로 되어있으나 대부분의 경우 Int32 으로 읽어야 문제가 없다

property

public let property: UInt32
Clone this wiki locally