|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.pdf.parser.RenderFilter
com.itextpdf.text.pdf.parser.MarkedContentRenderFilter
public class MarkedContentRenderFilter
A RenderFilter
that only allows text within a specified marked content sequence.
Constructor Summary | |
---|---|
MarkedContentRenderFilter(int mcid)
Constructs a filter |
Method Summary | |
---|---|
boolean |
allowText(TextRenderInfo renderInfo)
|
Methods inherited from class com.itextpdf.text.pdf.parser.RenderFilter |
---|
allowImage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MarkedContentRenderFilter(int mcid)
mcid
- the MCID to matchMethod Detail |
---|
public boolean allowText(TextRenderInfo renderInfo)
allowText
in class RenderFilter
RenderFilter.allowText(com.itextpdf.text.pdf.parser.TextRenderInfo)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |