ReadonlyatReadonlyatReadonlycontextReadonlyflowReadonlyisReadonlyisReadonlyoffsetReadonlystyleBuild a box corresponding to ::after pseudoelement and stores it in
afterBox property.
The start offset of the ::after pseudoelement box, which is
just after the content before the ::after pseudoelement.
True if the box is right after the block start edge.
True if the box is right after the flow start.
Represent a box generated by a (pseudo)element. When constructed, a box corresponding to
::beforepseudoelement is also constructed and stored inbeforeBoxproperty, whereas one corresponding::afterpseudoelement is not constructed andafterBoxproperty isnull.afterBoxis constructed bybuildAfterPseudoElementBoxmethod.Param: style
Cascaded style values for the box.
Param: offset
The start offset of the box. It coincides with the start offset of the element if the box is generated by the element or the
::beforepseudoelement. When the box corresponds to the::afterpseudoelement, the offset is just after the content before the::afterpseudoelement.Param: isRoot
True if the box is generated by the root element (not pseudoelement).
Param: flowChunk
FlowChunk to which the box belongs to.
Param: atBlockStart
True if the box is right after the block start edge.
Param: atFlowStart
True if the box is right after the flow start.
Param: isParentBoxDisplayed
True if the parent box has a displayed box.