Interface IBlockElement
This class represents a block layout element with special margins, tabbing, and alignment.
public interface IBlockElement : IAbstractElement, IElement, IPropertyContainer
- Inherited Members
Remarks
This class represents a block layout element with special margins, tabbing, and alignment. An IBlockElement will try to take up as much horizontal space as available to it on the canvas or page. The concept is comparable to the block element in HTML.