public class P extends Object implements OOXMLElement
| Constructor and Description |
|---|
P(Font f,
String s)
create a default paragraph property from the specified Font and text s
|
P(P p) |
P(io.starter.formats.OOXML.PPr ppr,
TextRun run,
io.starter.formats.OOXML.EndParaRPr ep) |
P(String s) |
P(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()
returns a map of all text properties defined for this paragraph
|
String |
getTitle() |
static OOXMLElement |
parseOOXML(org.xmlpull.v1.XmlPullParser xpp,
Stack<String> lastTag,
WorkBookHandle bk) |
public P(String s)
public P(io.starter.formats.OOXML.PPr ppr,
TextRun run,
io.starter.formats.OOXML.EndParaRPr ep)
public P(P p)
public P(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 static OOXMLElement parseOOXML(org.xmlpull.v1.XmlPullParser xpp, Stack<String> lastTag, WorkBookHandle bk)
public String getOOXML()
getOOXML in interface OOXMLElementOOXMLElement.getOOXML()public OOXMLElement cloneElement()
cloneElement in interface OOXMLElementOOXMLElement.cloneElement()public String getTitle()
Copyright © 2002–2019 Starter Inc.. All rights reserved.