public class AnonymizeResult
extends java.lang.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
|
java.util.HashSet<java.lang.String> |
getFieldsPresent() |
java.util.HashMap<Part,java.util.Set<java.lang.Object>> |
getInventoryObjectsByPart()
Return misc interesting objects, by story part, for further consideration
|
java.util.HashMap<Part,java.util.Set<java.lang.Object>> |
getUnsafeObjectsByPart()
Return objects which are potentially unsafe, by story part
|
java.util.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() |
java.lang.String |
reportUnsafeObjects() |
public boolean hasGreek
public boolean hasCyrillic
public boolean hasHebrew
public boolean hasArabic
public boolean hasHiragana
public boolean hasKatakana
public boolean hasCJK
public java.util.HashSet<Part> getUnsafeParts()
public java.util.HashMap<Part,java.util.Set<java.lang.Object>> getUnsafeObjectsByPart()
public boolean hasAnyUnsafeObjects()
public java.util.HashMap<Part,java.util.Set<java.lang.Object>> getInventoryObjectsByPart()
public boolean containsVML()
public java.util.HashSet<java.lang.String> getFieldsPresent()
public boolean isOK()
public java.lang.String reportUnsafeObjects()
Copyright © 2007–2025. All rights reserved.