Uses of Class
org.faceless.publisher.type.ColumnMembership

Packages that use org.faceless.publisher.type.ColumnMembership
Package
Description
Contains utility classes and interfaces which are used across BFO Publisher
  • Uses of org.faceless.publisher.type.ColumnMembership in org.faceless.publisher.type

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.ColumnMembership in in
    Modifier and Type
    Method
    Description
    default org.faceless.publisher.type.ColumnMembership
    AbstractTreeNode.getColumnMembership()
    If the node is a member of a column, return details about which column it's in.
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.ColumnMembership in in
    Modifier and Type
    Method
    Description
    void
    ContentHandlerWrapper.setColumnMembership(org.faceless.publisher.type.ColumnMembership col)
     
    void
    DocumentSink.setColumnMembership(org.faceless.publisher.type.ColumnMembership col)
    If the currently open Element is a member of a column according to the document syntax, set its ColumnMembership details.