@Internal public abstract class GrfhicAbstractType extends java.lang.Object
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.
Modifier and Type | Field and Description |
---|---|
protected byte |
field_1_grfhic |
Modifier | Constructor and Description |
---|---|
protected |
GrfhicAbstractType() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
protected void |
fillFields(byte[] data,
int offset) |
byte |
getGrfhic()
HTML compatibility flags.
|
static int |
getSize()
Size of record
|
int |
hashCode() |
boolean |
isFHtmlBuiltInBullet()
A built-in HTML bullet
|
boolean |
isFHtmlChecked()
Checked
|
boolean |
isFHtmlFirstLineMismatch()
First line indent mismatch
|
boolean |
isFHtmlHangingIndentBeneathNumber()
The hanging indent falls beneath the number (need plain text)
|
boolean |
isFHtmlListTextNotSharpDot()
The list text is not "#."
|
boolean |
isFHtmlNotPeriod()
Something other than a period is used
|
boolean |
isFHtmlTabLeftIndentMismatch()
The list tab and the dxaLeft don't match (need table?)
|
boolean |
isFHtmlUnsupported()
The numbering sequence or format is unsupported (includes tab & size)
|
byte[] |
serialize() |
void |
serialize(byte[] data,
int offset) |
void |
setFHtmlBuiltInBullet(boolean value)
Sets the fHtmlBuiltInBullet field value.
|
void |
setFHtmlChecked(boolean value)
Sets the fHtmlChecked field value.
|
void |
setFHtmlFirstLineMismatch(boolean value)
Sets the fHtmlFirstLineMismatch field value.
|
void |
setFHtmlHangingIndentBeneathNumber(boolean value)
Sets the fHtmlHangingIndentBeneathNumber field value.
|
void |
setFHtmlListTextNotSharpDot(boolean value)
Sets the fHtmlListTextNotSharpDot field value.
|
void |
setFHtmlNotPeriod(boolean value)
Sets the fHtmlNotPeriod field value.
|
void |
setFHtmlTabLeftIndentMismatch(boolean value)
Sets the fHtmlTabLeftIndentMismatch field value.
|
void |
setFHtmlUnsupported(boolean value)
Sets the fHtmlUnsupported field value.
|
void |
setGrfhic(byte field_1_grfhic)
HTML compatibility flags.
|
java.lang.String |
toString() |
protected void fillFields(byte[] data, int offset)
public void serialize(byte[] data, int offset)
public byte[] serialize()
public static int getSize()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
@Internal public byte getGrfhic()
@Internal public void setGrfhic(byte field_1_grfhic)
@Internal public void setFHtmlChecked(boolean value)
@Internal public boolean isFHtmlChecked()
@Internal public void setFHtmlUnsupported(boolean value)
@Internal public boolean isFHtmlUnsupported()
@Internal public void setFHtmlListTextNotSharpDot(boolean value)
@Internal public boolean isFHtmlListTextNotSharpDot()
@Internal public void setFHtmlNotPeriod(boolean value)
@Internal public boolean isFHtmlNotPeriod()
@Internal public void setFHtmlFirstLineMismatch(boolean value)
@Internal public boolean isFHtmlFirstLineMismatch()
@Internal public void setFHtmlTabLeftIndentMismatch(boolean value)
@Internal public boolean isFHtmlTabLeftIndentMismatch()
@Internal public void setFHtmlHangingIndentBeneathNumber(boolean value)
@Internal public boolean isFHtmlHangingIndentBeneathNumber()
@Internal public void setFHtmlBuiltInBullet(boolean value)
@Internal public boolean isFHtmlBuiltInBullet()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.