Package com.itextpdf.text.pdf.parser
Class MarkedContentRenderFilter
java.lang.Object
com.itextpdf.text.pdf.parser.RenderFilter
com.itextpdf.text.pdf.parser.MarkedContentRenderFilter
A
RenderFilter
that only allows text within a specified marked content sequence.- Since:
- 5.0.2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.itextpdf.text.pdf.parser.RenderFilter
allowImage
-
Field Details
-
mcid
private int mcidThe MCID to match.
-
-
Constructor Details
-
MarkedContentRenderFilter
public MarkedContentRenderFilter(int mcid) Constructs a filter- Parameters:
mcid
- the MCID to match
-
-
Method Details
-
allowText
- Overrides:
allowText
in classRenderFilter
- Returns:
- true if the text render operation should be performed
- See Also:
-