Interface MarginMemory
- All Known Implementing Classes:
HtmlPipelineContext
public interface MarginMemory
The marginmemory helps remembering the last margin bottom and roottags. These are needed to calculate the right
margins for some elements when applying CSS.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetLastMarginBottom(Float lmb) Set the last margin bottom.
-
Method Details
-
getLastMarginBottom
- Returns:
- a Float
- Throws:
NoDataException- if there is no LastMarginBottom set
-
getRootTags
-
setLastMarginBottom
Set the last margin bottom.- Parameters:
lmb- set the float for lmb
-