CellFormatValue

CellFormatValue

개요

CellFormatValue은 Aspose.Cells FOSS for Java의 클래스입니다.

셀 형식 값을 나타내는 내부 클래스.

속성

이름유형접근설명
numFmtIdint읽기num fmt id를 반환합니다.
fontIdint읽기font id를 반환합니다.
fillIdint읽기fill id를 반환합니다.
borderIdint읽기border id를 반환합니다.
alignmentAlignmentValue읽기alignment를 반환합니다.
protectionProtectionValue읽기protection을 반환합니다.

방법

시그니처설명
CellFormatValue()새 CellFormatValue 인스턴스를 초기화합니다.
getNumFmtId()int숫자 형식 ID를 반환합니다.
setNumFmtId(numFmtId: int)숫자 형식 ID를 설정합니다.
getFontId()int글꼴 ID를 반환합니다.
setFontId(fontId: int)글꼴 ID를 설정합니다.
getFillId()int채우기 ID를 반환합니다.
setFillId(fillId: int)채우기 ID를 설정합니다.
getBorderId()int테두리 ID를 반환합니다.
setBorderId(borderId: int)테두리 ID를 설정합니다.
getAlignment()AlignmentValue정렬을 반환합니다.
setAlignment(alignment: AlignmentValue)정렬을 설정합니다.
getProtection()ProtectionValue보호를 반환합니다.
setProtection(protection: ProtectionValue)보호를 설정합니다.
 한국어