public class DefRPr extends Object implements OOXMLElement
| Constructor and Description |
|---|
DefRPr()
create a default default Run Properties
for BIFF8 compatibility
qaa
|
DefRPr(DefRPr dp) |
DefRPr(FillGroup fill,
EffectPropsGroup effect,
Ln l,
HashMap<String,String> attrs,
String latin,
String ea,
String cs) |
DefRPr(String fontFace,
int sz,
boolean b,
boolean i,
String u,
String strike,
String clr)
create a default paragraph property from the specified information
|
| Modifier and Type | Method and Description |
|---|---|
OOXMLElement |
cloneElement() |
String |
getOOXML() |
HashMap<String,String> |
getTextProperties()
return all the text properties in hashmap from
|
static OOXMLElement |
parseOOXML(org.xmlpull.v1.XmlPullParser xpp,
Stack<String> lastTag,
WorkBookHandle bk) |
public DefRPr()
public DefRPr(String fontFace, int sz, boolean b, boolean i, String u, String strike, String clr)
fontFace - String font face e.g. "Arial"sz - int size in 100 pts (e.g. font size 12.5 pts,, sz= 1250)b - boolean true if boldi - boolean true if italicu - String underline. One of the following Strings: dash, dashHeavy, dashLong, dashLongHeavy, dbl, dotDash, dotDashHeavy, dotDotDash, dotDotDashHeavy, dotted
dottedHeavy, heavy, none, sng, wavy, wavyDbl, wavyHeavy, words (underline only words not spaces)strike - String strike setting. One of the following Strings: dblStrike, noStrike or sngStrike or null if noneclr - String fill color in hex form without the #public DefRPr(FillGroup fill, EffectPropsGroup effect, Ln l, HashMap<String,String> attrs, String latin, String ea, String cs)
public DefRPr(DefRPr dp)
public static OOXMLElement parseOOXML(org.xmlpull.v1.XmlPullParser xpp, Stack<String> lastTag, WorkBookHandle bk)
public HashMap<String,String> getTextProperties()
public String getOOXML()
getOOXML in interface OOXMLElementOOXMLElement.getOOXML()public OOXMLElement cloneElement()
cloneElement in interface OOXMLElementOOXMLElement.cloneElement()Copyright © 2002–2019 Starter Inc.. All rights reserved.