FontConstants
내용물
[
숨다
]Inheritance: java.lang.Object
public class FontConstants
이 클래스는 글꼴 저장을 위한 상수 집합을 정의합니다.
필드
| 필드 | 설명 |
|---|---|
| EMBED_FONTS | 저장된 문서에 폰트를 포함할지 여부를 나타내는 속성의 키 |
| EMBED_FONTS_AS | 문서를 저장할 때 사용할 폰트 유형을 나타내는 속성의 키 |
| EMBED_FONTS_TRUETYPE | "TrueType" 폰트 유형 값 "EMBED\_FONTS\_AS" 키에 대한 |
| EMBED_FONTS_TYPE1 | "Type3" 폰트 유형 값 "EMBED\_FONTS\_AS" 키에 대한 |
| EMBED_FONTS_TYPE3 | "Type3" 폰트 유형 값 "EMBED\_FONTS\_AS" 키에 대한 |
메서드
| 메서드 | 설명 |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getEmbedFontsAsList() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
EMBED_FONTS
public static final String EMBED_FONTS
저장된 문서에 폰트를 포함할지 여부를 나타내는 속성의 키
EMBED_FONTS_AS
public static final String EMBED_FONTS_AS
문서를 저장할 때 사용할 폰트 유형을 나타내는 속성의 키
EMBED_FONTS_TRUETYPE
public static final String EMBED_FONTS_TRUETYPE
"TrueType" 폰트 유형 값 "EMBED\_FONTS\_AS" 키에 대한
EMBED_FONTS_TYPE1
public static final String EMBED_FONTS_TYPE1
"Type3" 폰트 유형 값 "EMBED\_FONTS\_AS" 키에 대한
EMBED_FONTS_TYPE3
public static final String EMBED_FONTS_TYPE3
"Type3" 폰트 유형 값 "EMBED\_FONTS\_AS" 키에 대한
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getEmbedFontsAsList()
public static final String[] getEmbedFontsAsList()
Returns: java.lang.String[] - 사용 가능한 "EMBED\_FONTS\_AS" 값
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| arg0 | long | |
| arg1 | int |