Package org.apache.poi.hwpf.model.types
Class GrfhicAbstractType
java.lang.Object
org.apache.poi.hwpf.model.types.GrfhicAbstractType
- Direct Known Subclasses:
Grfhic
The grfhic structure is a set of HTML incompatibility flags that specify the HTML
incompatibilities of a list structure. The values specify possible incompatibilities between
an LVL or LVLF and HTML lists. The values do not define list properties.
Class and fields descriptions are quoted from [MS-DOC] -- v20110315 Word (.doc) Binary File Format specification
NOTE: This source is automatically generated please do not modify this file. Either subclass or remove the record in src/types/definitions.
This class is internal. It content or properties may change without notice due to changes in our knowledge of internal Microsoft Word binary structures.
- Author:
- Sergey Vladimirov; according to [MS-DOC] -- v20110315 Word (.doc) Binary File Format specification
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected voidfillFields(byte[] data, int offset) byteHTML compatibility flags.static intgetSize()Size of recordinthashCode()booleanA built-in HTML bulletbooleanCheckedbooleanFirst line indent mismatchbooleanThe hanging indent falls beneath the number (need plain text)booleanThe list text is not "#."booleanSomething other than a period is usedbooleanThe list tab and the dxaLeft don't match (need table?)booleanThe numbering sequence or format is unsupported (includes tab & size)byte[]voidserialize(byte[] data, int offset) voidsetFHtmlBuiltInBullet(boolean value) Sets the fHtmlBuiltInBullet field value.voidsetFHtmlChecked(boolean value) Sets the fHtmlChecked field value.voidsetFHtmlFirstLineMismatch(boolean value) Sets the fHtmlFirstLineMismatch field value.voidsetFHtmlHangingIndentBeneathNumber(boolean value) Sets the fHtmlHangingIndentBeneathNumber field value.voidsetFHtmlListTextNotSharpDot(boolean value) Sets the fHtmlListTextNotSharpDot field value.voidsetFHtmlNotPeriod(boolean value) Sets the fHtmlNotPeriod field value.voidsetFHtmlTabLeftIndentMismatch(boolean value) Sets the fHtmlTabLeftIndentMismatch field value.voidsetFHtmlUnsupported(boolean value) Sets the fHtmlUnsupported field value.voidsetGrfhic(byte field_1_grfhic) HTML compatibility flags.toString()
-
Field Details
-
field_1_grfhic
protected byte field_1_grfhic
-
-
Constructor Details
-
GrfhicAbstractType
protected GrfhicAbstractType()
-
-
Method Details
-
fillFields
protected void fillFields(byte[] data, int offset) -
serialize
public void serialize(byte[] data, int offset) -
serialize
public byte[] serialize() -
getSize
public static int getSize()Size of record -
equals
-
hashCode
public int hashCode() -
toString
-
getGrfhic
HTML compatibility flags. -
setGrfhic
HTML compatibility flags. -
setFHtmlChecked
Sets the fHtmlChecked field value. Checked -
isFHtmlChecked
Checked- Returns:
- the fHtmlChecked field value.
-
setFHtmlUnsupported
Sets the fHtmlUnsupported field value. The numbering sequence or format is unsupported (includes tab & size) -
isFHtmlUnsupported
The numbering sequence or format is unsupported (includes tab & size)- Returns:
- the fHtmlUnsupported field value.
-
setFHtmlListTextNotSharpDot
Sets the fHtmlListTextNotSharpDot field value. The list text is not "#." -
isFHtmlListTextNotSharpDot
The list text is not "#."- Returns:
- the fHtmlListTextNotSharpDot field value.
-
setFHtmlNotPeriod
Sets the fHtmlNotPeriod field value. Something other than a period is used -
isFHtmlNotPeriod
Something other than a period is used- Returns:
- the fHtmlNotPeriod field value.
-
setFHtmlFirstLineMismatch
Sets the fHtmlFirstLineMismatch field value. First line indent mismatch -
isFHtmlFirstLineMismatch
First line indent mismatch- Returns:
- the fHtmlFirstLineMismatch field value.
-
setFHtmlTabLeftIndentMismatch
Sets the fHtmlTabLeftIndentMismatch field value. The list tab and the dxaLeft don't match (need table?) -
isFHtmlTabLeftIndentMismatch
The list tab and the dxaLeft don't match (need table?)- Returns:
- the fHtmlTabLeftIndentMismatch field value.
-
setFHtmlHangingIndentBeneathNumber
Sets the fHtmlHangingIndentBeneathNumber field value. The hanging indent falls beneath the number (need plain text) -
isFHtmlHangingIndentBeneathNumber
The hanging indent falls beneath the number (need plain text)- Returns:
- the fHtmlHangingIndentBeneathNumber field value.
-
setFHtmlBuiltInBullet
Sets the fHtmlBuiltInBullet field value. A built-in HTML bullet -
isFHtmlBuiltInBullet
A built-in HTML bullet- Returns:
- the fHtmlBuiltInBullet field value.
-