fix compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148046 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7312a39a5e
commit
ce0a61f8e6
@ -1710,7 +1710,7 @@ public abstract class CHPAbstractType
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the fVanish field value.
|
* Sets the fVanish field value.
|
||||||
* text has ―hidden‖ format, and is not displayed unless fPagHidden is set in the DOP
|
* text has hidden format, and is not displayed unless fPagHidden is set in the DOP
|
||||||
*/
|
*/
|
||||||
public void setFVanish( boolean value )
|
public void setFVanish( boolean value )
|
||||||
{
|
{
|
||||||
@ -1720,7 +1720,7 @@ public abstract class CHPAbstractType
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* text has ―hidden‖ format, and is not displayed unless fPagHidden is set in the DOP
|
* text has -hidden format, and is not displayed unless fPagHidden is set in the DOP
|
||||||
* @return the fVanish field value.
|
* @return the fVanish field value.
|
||||||
*/
|
*/
|
||||||
public boolean isFVanish()
|
public boolean isFVanish()
|
||||||
@ -2088,7 +2088,7 @@ public abstract class CHPAbstractType
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the fTNY field value.
|
* Sets the fTNY field value.
|
||||||
* Tatenakayoko: Horizontal–in-vertical (range of text in a direction perpendicular to the text flow) is used
|
* Tatenakayoko: Horizontal-in-vertical (range of text in a direction perpendicular to the text flow) is used
|
||||||
*/
|
*/
|
||||||
public void setFTNY( boolean value )
|
public void setFTNY( boolean value )
|
||||||
{
|
{
|
||||||
@ -2098,7 +2098,7 @@ public abstract class CHPAbstractType
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tatenakayoko: Horizontal–in-vertical (range of text in a direction perpendicular to the text flow) is used
|
* Tatenakayoko: Horizontal-in-vertical (range of text in a direction perpendicular to the text flow) is used
|
||||||
* @return the fTNY field value.
|
* @return the fTNY field value.
|
||||||
*/
|
*/
|
||||||
public boolean isFTNY()
|
public boolean isFTNY()
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<bit number="05" mask="0x00000020" name="fSmallCaps" description="Displayed with small caps"/>
|
<bit number="05" mask="0x00000020" name="fSmallCaps" description="Displayed with small caps"/>
|
||||||
<bit number="06" mask="0x00000040" name="fCaps" description="Displayed with caps"/>
|
<bit number="06" mask="0x00000040" name="fCaps" description="Displayed with caps"/>
|
||||||
<bit number="07" mask="0x00000080" name="fVanish"
|
<bit number="07" mask="0x00000080" name="fVanish"
|
||||||
description="text has ―hidden‖ format, and is not displayed unless fPagHidden is set in the DOP"/>
|
description="text has hidden format, and is not displayed unless fPagHidden is set in the DOP"/>
|
||||||
<bit number="08" mask="0x00000100" name="fRMark"
|
<bit number="08" mask="0x00000100" name="fRMark"
|
||||||
description="text is newly typed since the last time revision marks have been accepted and will be displayed with an underline when revision marked text is to be displayed"/>
|
description="text is newly typed since the last time revision marks have been accepted and will be displayed with an underline when revision marked text is to be displayed"/>
|
||||||
<bit number="09" mask="0x00000200" name="fSpec" description="Character is a Word special character"/>
|
<bit number="09" mask="0x00000200" name="fSpec" description="Character is a Word special character"/>
|
||||||
@ -165,7 +165,7 @@
|
|||||||
description="Collection properties represented by itypFELayout and copt (East Asian layout properties)">
|
description="Collection properties represented by itypFELayout and copt (East Asian layout properties)">
|
||||||
<bit number="0" mask="0x00ff" name="itypFELayout"/>
|
<bit number="0" mask="0x00ff" name="itypFELayout"/>
|
||||||
<bit number="1" mask="0x0100" name="fTNY"
|
<bit number="1" mask="0x0100" name="fTNY"
|
||||||
description="Tatenakayoko: Horizontal–in-vertical (range of text in a direction perpendicular to the text flow) is used"/>
|
description="Tatenakayoko: Horizontal-in-vertical (range of text in a direction perpendicular to the text flow) is used"/>
|
||||||
<bit number="2" mask="0x0200" name="fWarichu"
|
<bit number="2" mask="0x0200" name="fWarichu"
|
||||||
description="Two lines in one (text in the group is displayed as two half-height lines within a line)"/>
|
description="Two lines in one (text in the group is displayed as two half-height lines within a line)"/>
|
||||||
<bit number="3" mask="0x0400" name="fKumimoji" description="combine characters"/>
|
<bit number="3" mask="0x0400" name="fKumimoji" description="combine characters"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user