Searched refs:paragraphStyles (Results 1 – 1 of 1) sorted by relevance
423 ParagraphStyle[] paragraphStyles = text.getSpans(i, next, ParagraphStyle.class); in withinBlockquoteIndividual() local424 for (ParagraphStyle paragraphStyle : paragraphStyles) { in withinBlockquoteIndividual()