mirror of https://github.com/apache/poi.git
List Yegor as co-author on file, since his code contribution was used in the
latest version fo the file git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353785 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
07537dc7ae
commit
e3515e5334
|
@ -27,7 +27,7 @@ import java.util.Vector;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A StyleTextPropAtom (type 4001). Holds basic character properties
|
* A StyleTextPropAtom (type 4001). Holds basic character properties
|
||||||
* (bold, italic, underline, possibly more?) and paragraph properties
|
* (bold, italic, underline, font size etc) and paragraph properties
|
||||||
* (alignment, line spacing etc) for the block of text (TextBytesAtom
|
* (alignment, line spacing etc) for the block of text (TextBytesAtom
|
||||||
* or TextCharsAtom) that this record follows.
|
* or TextCharsAtom) that this record follows.
|
||||||
* You will find two lists within this class.
|
* You will find two lists within this class.
|
||||||
|
@ -39,6 +39,7 @@ import java.util.Vector;
|
||||||
* encapsulates a property of the style
|
* encapsulates a property of the style
|
||||||
*
|
*
|
||||||
* @author Nick Burch
|
* @author Nick Burch
|
||||||
|
* @author Yegor Kozlov
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class StyleTextPropAtom extends RecordAtom
|
public class StyleTextPropAtom extends RecordAtom
|
||||||
|
|
Loading…
Reference in New Issue