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

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

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.Content in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.Content
    Content.CONTENTS_SINGLETON
     
    static final org.faceless.publisher.type.Content
    Content.NONE
     
    static final org.faceless.publisher.type.Content
    Content.NORMAL
     
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.Content in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.Content
    Content.addCloseQuote()
     
    org.faceless.publisher.type.Content
    Content.addContentAfter()
     
    org.faceless.publisher.type.Content
    Content.addContentBefore()
     
    org.faceless.publisher.type.Content
    Content.addContentFirstLetter()
     
    org.faceless.publisher.type.Content
    Content.addContents()
     
    org.faceless.publisher.type.Content
    Content.addContentText()
     
    org.faceless.publisher.type.Content
    Content.addCounter(org.faceless.publisher.type.Content.Counter s)
     
    org.faceless.publisher.type.Content
    Content.addElement(org.faceless.publisher.type.Content.Element s)
     
    org.faceless.publisher.type.Content
    Content.addLeader(org.faceless.publisher.type.Content.Leader s)
     
    org.faceless.publisher.type.Content
    Content.addNoCloseQuote()
     
    org.faceless.publisher.type.Content
    Content.addNoOpenQuote()
     
    org.faceless.publisher.type.Content
    Content.addOpenQuote()
     
    org.faceless.publisher.type.Content
    Content.addPageLabelCounter(org.faceless.publisher.type.Content.PageLabelCounter s)
     
    org.faceless.publisher.type.Content
    Content.addString(CharSequence s)
     
    org.faceless.publisher.type.Content
    Content.addStringFunc(org.faceless.publisher.type.Content.StringFunc s)
     
    org.faceless.publisher.type.Content
    Content.addTargetText(org.faceless.publisher.type.Content.TargetText s)
     
    org.faceless.publisher.type.Content
    Content.addURI(URL2 s)
     
    org.faceless.publisher.type.Content
    Content.close()
     
    org.faceless.publisher.type.Content
    Content.duplicate()
     
    org.faceless.publisher.type.Content
    CSSStyle.getBFOPageLabel()
    Return the value of the -bfo-page-label value, used in a @page rule to set the label of the page in PDF
    org.faceless.publisher.type.Content
    FilterCSSStyle.getBFOPageLabel()
     
    org.faceless.publisher.type.Content
    CSSStyle.getBookmarkLabel()
    Returns the bookmark label.
    org.faceless.publisher.type.Content
    FilterCSSStyle.getBookmarkLabel()
     
    org.faceless.publisher.type.Content
    CSSStyle.getContent()
    Returns the value of the content property.
    org.faceless.publisher.type.Content
    FilterCSSStyle.getContent()
     
    org.faceless.publisher.type.Content
    TagType.getContent()
     
    org.faceless.publisher.type.Content
    Content.setAlternate(String s)
     
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.Content in in
    Modifier and Type
    Method
    Description
    Set<Map.Entry<String,org.faceless.publisher.type.Content>>
    StringSet.entrySet()
     
    Map<String,org.faceless.publisher.type.Content>
    StringSet.value()
     
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.Content in in
    Modifier
    Constructor
    Description
     
    TagAttribute(org.faceless.publisher.type.Content value)
     
     
    TagType(String name, String nameSpace, String role, String roleSpace, org.faceless.publisher.type.Content content)
    Create a new TagType
    Constructor parameters in org.faceless.publisher.type with type arguments of type org.faceless.publisher.type.Content in in
    Modifier
    Constructor
    Description
     
    StringSet(Map<String,org.faceless.publisher.type.Content> map)