|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xwpf.usermodel.XWPFDefaultRunStyle
public class XWPFDefaultRunStyle
Default Character Run style, from which other styles will override
TODO Share logic with XWPFRun
which also uses CTRPr
Constructor Summary | |
---|---|
XWPFDefaultRunStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rpr)
|
Method Summary | |
---|---|
int |
getFontSize()
|
protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr |
getRPr()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XWPFDefaultRunStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rpr)
Method Detail |
---|
protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr getRPr()
public int getFontSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |