Skip to content

HwpBinDataCompressType

sboh1214 edited this page Apr 28, 2021 · 2 revisions

HwpBinDataCompressType

public enum HwpBinDataCompressType: Int, HwpPrimitive 

Inheritance

HwpPrimitive, Int

Enumeration Cases

followStorage

스토리지의 디폴트 모드 따라감

case followStorage = 0x0

always

무조건 압축

case always = 0x1

never

무조건 압축하지 않음

case never = 0x2
Clone this wiki locally