SectionTitle public class SectionTitle : InlineContainer, IElement, IAttributable Documentation Code public AttributeList Attributes { get; } public bool IsDiscrete { get; set; } public bool IsFloating { get; set; } public int Level { get; set; } public Container Parent { get; set; } public SectionTitle(IList<IInlineElement> elements, int level) public SectionTitle(IInlineElement element, int level) public SectionTitle(string text, int level) public static bool op_Equality(SectionTitle left, SectionTitle right) public static bool op_Inequality(SectionTitle left, SectionTitle right) protected bool Equals(SectionTitle other)