papyrus.logic.layerElement
package papyrus.logic.layerElement
Members list
Packages
package papyrus.logic.layerElement.text
Type members
Classlikes
trait LayerElement extends Renderer
Represents any renderable element in the document body (text, title, image, table, section, etc.)
Represents any renderable element in the document body (text, title, image, table, section, etc.)
Attributes
- Supertypes
- Known subtypes
-
trait CaptionElementtrait Imagetrait Table[T]trait Sectiontrait SubSectiontrait Texttrait Titletrait ListElementtrait Itemtrait ListingShow all
trait ListElement extends LayerElement
Represents an element that can be part of a list (e.g., Item or Listing)
Represents an element that can be part of a list (e.g., Item or Listing)
Attributes
- Supertypes
-
trait LayerElementtrait Renderertrait RendererStyleclass Objecttrait Matchableclass AnyShow all
- Known subtypes
trait Listing extends ListElement
Represents a list (ordered or unordered), possibly containing nested lists or items
Represents a list (ordered or unordered), possibly containing nested lists or items
Attributes
- Companion
- object
- Supertypes
-
trait ListElementtrait LayerElementtrait Renderertrait RendererStyleclass Objecttrait Matchableclass AnyShow all
In this article