Package com.itextpdf.text.pdf.parser
Class MarkedContentRenderFilter
- java.lang.Object
-
- com.itextpdf.text.pdf.parser.RenderFilter
-
- com.itextpdf.text.pdf.parser.MarkedContentRenderFilter
-
public class MarkedContentRenderFilter extends RenderFilter
ARenderFilter
that only allows text within a specified marked content sequence.- Since:
- 5.0.2
-
-
Field Summary
Fields Modifier and Type Field Description private int
mcid
The MCID to match.
-
Constructor Summary
Constructors Constructor Description MarkedContentRenderFilter(int mcid)
Constructs a filter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
allowText(TextRenderInfo renderInfo)
-
Methods inherited from class com.itextpdf.text.pdf.parser.RenderFilter
allowImage
-
-
-
-
Method Detail
-
allowText
public boolean allowText(TextRenderInfo renderInfo)
- Overrides:
allowText
in classRenderFilter
- Returns:
- true if the text render operation should be performed
- See Also:
RenderFilter.allowText(com.itextpdf.text.pdf.parser.TextRenderInfo)
-
-