Package com.openhtmltopdf.css.style
Class EmptyStyle
java.lang.Object
com.openhtmltopdf.css.style.CalculatedStyle
com.openhtmltopdf.css.style.EmptyStyle
public class EmptyStyle extends CalculatedStyle
Represents the outer box to be used for evaluating positioning of internal
boxes
- Author:
- Torbjoern Gannholm
-
Field Summary
Fields inherited from class com.openhtmltopdf.css.style.CalculatedStyle
BOTTOM, LEFT, RIGHT, TOP -
Constructor Summary
Constructors Constructor Description EmptyStyle()Creates a new instance of EmptyStyle -
Method Summary
Methods inherited from class com.openhtmltopdf.css.style.CalculatedStyle
asColor, asFloat, asLength, asString, asStringArray, columnCount, countAssigned, createAnonymousStyle, deriveStyle, establishesBFC, fsMaxOverflowPages, getBackgroundAttachment, getBackgroundColor, getBackgroundPosition, getBackgroundRepeat, getBackgroundSize, getBorder, getBorderHSpacing, getBorderVSpacing, getCachedMargin, getCachedPadding, getColor, getColSpan, getCounterIncrement, getCounterReset, getCSSMaxHeight, getCSSMaxWidth, getCursor, getDirection, getFloatPropertyProportionalHeight, getFloatPropertyProportionalTo, getFloatPropertyProportionalWidth, getFont, getFontSpecification, getFSFont, getFSFontMetrics, getFSPageBreakMinHeight, getIdent, getLinearGradient, getLineHeight, getMarginBorderPadding, getMarginRect, getMarginRect, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getPaddingRect, getPaddingRect, getParent, getRowSpan, getRunningName, getStringProperty, getTextDecorations, getWhitespace, getWordWrap, hasAbsoluteUnit, hasColumns, hasLetterSpacing, isAbsFixedOrInlineBlockEquiv, isAbsolute, isAbsoluteWidth, isAutoHeight, isAutoLeftMargin, isAutoRightMargin, isAutoWidth, isAutoZIndex, isAvoidPageBreakInside, isBlockEquivalent, isBorderBox, isBottomAuto, isCanBeShrunkToFit, isCleared, isClearLeft, isClearRight, isCollapseBorders, isColumnBreakAfter, isColumnBreakBefore, isDirectionAuto, isDirectionLTR, isDirectionRTL, isDisplayNone, isDynamicAutoWidth, isDynamicAutoWidthApplicable, isFixed, isFixedBackground, isFloated, isFloatedLeft, isFloatedRight, isForcePageBreakAfter, isForcePageBreakBefore, isHasBackground, isHorizontalBackgroundRepeat, isIdent, isImageRenderingInterpolate, isImageRenderingPixelated, isInline, isInlineBlock, isInlineTable, isKeepWithInline, isLayedOutInInlineContext, isLength, isLengthOrNumber, isLinearGradient, isListItem, isListMarkerInside, isMaxHeightNone, isMaxWidthNone, isMayCollapseMarginsWithChildren, isNeedAutoMarginResolution, isNonFlowContent, isOverflowApplies, isOverflowVisible, isPaginateTable, isParagraphContainerForBidi, isPositioned, isPostionedOrFloated, isRelative, isRunning, isShowEmptyCells, isSpecifiedAsBlock, isTable, isTableCaption, isTableCell, isTableFooter, isTableHeader, isTableRow, isTableSection, isTextJustify, isTopAuto, isVerticalBackgroundRepeat, isVisible, mayHaveFirstLetter, mayHaveFirstLine, requiresLayer, setDefaultValue, toString, valueByName
-
Constructor Details
-
EmptyStyle
public EmptyStyle()Creates a new instance of EmptyStyle
-