Class PlaceholderCssApplier
java.lang.Object
com.itextpdf.html2pdf.css.apply.impl.PlaceholderCssApplier
- All Implemented Interfaces:
-
ICssApplier
ICssApplier
implementation for input's placeholder.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) Applies styles to an element.
-
Constructor Details
-
PlaceholderCssApplier
public PlaceholderCssApplier()
-
-
Method Details
-
apply
public void apply(ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, ITagWorker tagWorker) Description copied from interface:ICssApplier
Applies styles to an element.- Specified by:
-
apply
in interfaceICssApplier
- Parameters:
-
context
- the processor context -
stylesContainer
- the styles -
tagWorker
- the tag worker for the element
-