public class AccessibilityFixEngine extends Object
Constructor and Description |
---|
AccessibilityFixEngine() |
AccessibilityFixEngine(double odfVersion) |
Modifier and Type | Method and Description |
---|---|
boolean |
fixFormLabel(ODFElement target,
String label) |
boolean |
fixFormTabStop(ODFElement target,
boolean tabStop) |
boolean |
fixLongDesc(ODFElement target,
String longDesc) |
boolean |
fixShortDesc(ODFElement target,
String shortDesc) |
boolean |
fixTableCaption(ODFElement target,
String caption) |
boolean |
fixTableColumnHeader(ODFElement target,
int headerNum) |
boolean |
fixTableRowHeader(ODFElement target,
int headerNum) |
String |
getInvisibleSectionName(ODFElement elem) |
boolean |
isFormLabelFixCapable(ODFElement target) |
boolean |
isInvisibleElement(ODFElement elem) |
boolean |
isProtectedElement(ODFElement target) |
void |
setSpeakerNotesContent(NotesElement notes,
String content) |
public AccessibilityFixEngine()
public AccessibilityFixEngine(double odfVersion)
public boolean fixShortDesc(ODFElement target, String shortDesc)
public boolean fixLongDesc(ODFElement target, String longDesc)
public boolean fixTableRowHeader(ODFElement target, int headerNum)
public boolean fixTableColumnHeader(ODFElement target, int headerNum)
public boolean fixTableCaption(ODFElement target, String caption)
public boolean isFormLabelFixCapable(ODFElement target)
public boolean fixFormLabel(ODFElement target, String label)
public boolean fixFormTabStop(ODFElement target, boolean tabStop)
public boolean isInvisibleElement(ODFElement elem)
public String getInvisibleSectionName(ODFElement elem)
public boolean isProtectedElement(ODFElement target)
public void setSpeakerNotesContent(NotesElement notes, String content)