Skip to content

HwpColumn

sboh1214 edited this page Apr 28, 2021 · 3 revisions

HwpColumn

public struct HwpColumn 

Inheritance

HwpFromData

Properties

otherCtrlId

ctrl id

public var otherCtrlId: HwpOtherCtrlId

property

속성의 bit 0-15

public var property: HwpColumnProperty

spacing

단 사이 간격

public var spacing: HWPUNIT16?

widthArray

단 너비가 동일하지 않으면, 단의 개수만큼 단의 폭

public var widthArray: [WORD]?

property2

속성의 bit 16-32

public var property2: UInt16?

dividerType

단 구분선 종류

public var dividerType: UInt8

dividerThickness

단 구분선 굵기

public var dividerThickness: UInt8

dividerColor

단 구분선 색상

public var dividerColor: HwpColor

unknown

Unknown 6 bytes

public var unknown: Data?
Clone this wiki locally