public class ExpandCssPropertiesTranslator extends Object implements ContentTranslator
padding: 2px 5px;into
padding: 2px 5px 2px 5px;
Constructor and Description |
---|
ExpandCssPropertiesTranslator() |
Modifier and Type | Method and Description |
---|---|
Content |
translate(Content content)
Transform the content into a new one.
|
public Content translate(Content content) throws ContentTranslatorException
ContentTranslator
translate
in interface ContentTranslator
content
- the content to transformContentTranslatorException
- when the transformation has failedCopyright © 2021. All rights reserved.