Hi;
I would like to add the following to
Paragraph:
- void setIndentationFirst( float points ) Set the
indentation of the first line
- float getIndentationFirst()
- void setLeadingBefore( float points ) Set the
amount of spacing from the end of the prceeding paragraph to the start of this
paragraph
- float getLeadingBefore()
- void setLeadingWithin( float points ) Set the
amount of spacing between lines in a paragraph. This is added to the leading
required by the font of the line itself.
- float getLeadingWithin()
- void setLeadingAfter( float points ) Set the amount of spacing from the
end of this paragraph to the start of the next paragraph
- float getLeadingAfter()
- Note: Spacing between paragraphs is the greater of
Before/After, not the sum of Before/After
- void setOrphans( boolean allowOrphans ) dis/allow
paragraph breaks with only one line on second page
- boolean isOrphans()
- void setWidows( boolean allowWidowss ) dis/allow
paragraph breaks with only one line on first page
- boolean isWidows()
I would like to add the code for this. Is there a
procedure to do this? And if so, what is it? If you are worried about my coding
ability, my Java resume is at http://dave.thielen.com/thielen_java.pdf
thanks - dave
|