Class Glyph
java.lang.Object
com.independentsoft.office.word.fonts.Glyph
The Class Glyph.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the code page0.Gets the code page1.Gets the unicode subset0.Gets the unicode subset1.Gets the unicode subset2.Gets the unicode subset3.voidsetCodePage0(String codePage0)Sets the code page0.voidsetCodePage1(String codePage1)Sets the code page1.voidsetUnicodeSubset0(String unicodeSubset0)Sets the unicode subset0.voidsetUnicodeSubset1(String unicodeSubset1)Sets the unicode subset1.voidsetUnicodeSubset2(String unicodeSubset2)Sets the unicode subset2.voidsetUnicodeSubset3(String unicodeSubset3)Sets the unicode subset3.toString()
-
Constructor Details
-
Glyph
public Glyph()Instantiates a new glyph. -
Glyph
public Glyph(String codePage0, String codePage1, String unicodeSubset0, String unicodeSubset1, String unicodeSubset2, String unicodeSubset3)Instantiates a new glyph.- Parameters:
codePage0- the code page0codePage1- the code page1unicodeSubset0- the unicode subset0unicodeSubset1- the unicode subset1unicodeSubset2- the unicode subset2unicodeSubset3- the unicode subset3
-
-
Method Details
-
clone
-
toString
-
getCodePage0
Gets the code page0.- Returns:
- the code page0
-
setCodePage0
Sets the code page0.- Parameters:
codePage0- the new code page0
-
getCodePage1
Gets the code page1.- Returns:
- the code page1
-
setCodePage1
Sets the code page1.- Parameters:
codePage1- the new code page1
-
getUnicodeSubset0
Gets the unicode subset0.- Returns:
- the unicode subset0
-
setUnicodeSubset0
Sets the unicode subset0.- Parameters:
unicodeSubset0- the new unicode subset0
-
getUnicodeSubset1
Gets the unicode subset1.- Returns:
- the unicode subset1
-
setUnicodeSubset1
Sets the unicode subset1.- Parameters:
unicodeSubset1- the new unicode subset1
-
getUnicodeSubset2
Gets the unicode subset2.- Returns:
- the unicode subset2
-
setUnicodeSubset2
Sets the unicode subset2.- Parameters:
unicodeSubset2- the new unicode subset2
-
getUnicodeSubset3
Gets the unicode subset3.- Returns:
- the unicode subset3
-
setUnicodeSubset3
Sets the unicode subset3.- Parameters:
unicodeSubset3- the new unicode subset3
-