Interface ADocInfo

All Superinterfaces:
AObject, Object
All Known Implementing Classes:
GFADocInfo

public interface ADocInfo extends AObject
  • Method Details

    • getcontainsAuthor

      Boolean getcontainsAuthor()
    • getAuthorType

      String getAuthorType()
    • getAuthorHasTypeStringText

      Boolean getAuthorHasTypeStringText()
    • getcontainsCreationDate

      Boolean getcontainsCreationDate()
    • getCreationDateType

      String getCreationDateType()
    • getCreationDateHasTypeDate

      Boolean getCreationDateHasTypeDate()
    • getcontainsCreator

      Boolean getcontainsCreator()
    • getCreatorType

      String getCreatorType()
    • getCreatorHasTypeStringText

      Boolean getCreatorHasTypeStringText()
    • getcontainsKeywords

      Boolean getcontainsKeywords()
    • getKeywordsType

      String getKeywordsType()
    • getKeywordsHasTypeStringText

      Boolean getKeywordsHasTypeStringText()
    • getcontainsModDate

      Boolean getcontainsModDate()
    • getModDateType

      String getModDateType()
    • getModDateHasTypeDate

      Boolean getModDateHasTypeDate()
    • getcontainsProducer

      Boolean getcontainsProducer()
    • getProducerType

      String getProducerType()
    • getProducerHasTypeStringText

      Boolean getProducerHasTypeStringText()
    • getcontainsSubject

      Boolean getcontainsSubject()
    • getSubjectType

      String getSubjectType()
    • getSubjectHasTypeStringText

      Boolean getSubjectHasTypeStringText()
    • getcontainsTitle

      Boolean getcontainsTitle()
    • getTitleType

      String getTitleType()
    • getTitleHasTypeStringText

      Boolean getTitleHasTypeStringText()
    • getcontainsTrapped

      Boolean getcontainsTrapped()
    • getTrappedType

      String getTrappedType()
    • getTrappedHasTypeName

      Boolean getTrappedHasTypeName()
    • getTrappedNameValue

      String getTrappedNameValue()