Package org.docx4j.anon
Class AnonymizeResult
java.lang.Object
org.docx4j.anon.AnonymizeResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanbooleanbooleanbooleanboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether this docx contains VMLReturn misc interesting objects, by story part, for further considerationReturn objects which are potentially unsafe, by story partReturn parts which are potentially unsafebooleanConvenience object to record whether any story part contains an unsafe object.booleanisOK()
-
Field Details
-
hasGreek
public boolean hasGreek -
hasCyrillic
public boolean hasCyrillic -
hasHebrew
public boolean hasHebrew -
hasArabic
public boolean hasArabic -
hasHiragana
public boolean hasHiragana -
hasKatakana
public boolean hasKatakana -
hasCJK
public boolean hasCJK
-
-
Constructor Details
-
AnonymizeResult
public AnonymizeResult()
-
-
Method Details
-
getUnsafeParts
Return parts which are potentially unsafe- Returns:
-
getUnsafeObjectsByPart
Return objects which are potentially unsafe, by story part- Returns:
-
hasAnyUnsafeObjects
public boolean hasAnyUnsafeObjects()Convenience object to record whether any story part contains an unsafe object. If so, use getUnsafeObjectsByPart() -
getInventoryObjectsByPart
Return misc interesting objects, by story part, for further consideration- Returns:
-
containsVML
public boolean containsVML()Whether this docx contains VML- Returns:
-
getFieldsPresent
-
isOK
public boolean isOK()- Returns:
-
reportUnsafeObjects
-