public class AnonymizeResult extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
hasArabic |
boolean |
hasCJK |
boolean |
hasCyrillic |
boolean |
hasGreek |
boolean |
hasHebrew |
boolean |
hasHiragana |
boolean |
hasKatakana |
| Constructor and Description |
|---|
AnonymizeResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsVML()
Whether this docx contains VML
|
HashSet<String> |
getFieldsPresent() |
HashMap<Part,Set<Object>> |
getInventoryObjectsByPart()
Return misc interesting objects, by story part, for further consideration
|
HashMap<Part,Set<Object>> |
getUnsafeObjectsByPart()
Return objects which are potentially unsafe, by story part
|
HashSet<Part> |
getUnsafeParts()
Return parts which are potentially unsafe
|
boolean |
hasAnyUnsafeObjects()
Convenience object to record whether any story part contains an unsafe object.
|
boolean |
isOK() |
String |
reportUnsafeObjects() |
public boolean hasGreek
public boolean hasCyrillic
public boolean hasHebrew
public boolean hasArabic
public boolean hasHiragana
public boolean hasKatakana
public boolean hasCJK
public HashSet<Part> getUnsafeParts()
public HashMap<Part,Set<Object>> getUnsafeObjectsByPart()
public boolean hasAnyUnsafeObjects()
public HashMap<Part,Set<Object>> getInventoryObjectsByPart()
public boolean containsVML()
public boolean isOK()
public String reportUnsafeObjects()
Copyright © 2007-2021. All Rights Reserved.