[iText-questions] Getter naming consistency in Paragraph.java

2009-02-01 Thread mister bean
Almost all the getters in Paragraph.java begin with the word get... (as expected) except for spacingAfter() and spacingBefore(). Can these getters' names be normalized, so that they start with get? Note that both functions' setters start with set..., which makes the getter names even more

Re: [iText-questions] Getter naming consistency in Paragraph.java

2009-02-01 Thread 1T3XT info
mister bean wrote: Almost all the getters in Paragraph.java begin with the word get... (as expected) except for spacingAfter() and spacingBefore(). Can these getters' names be normalized, so that they start with get? OK, done. Plenty of methods were normalized for iText 2.0, but these must