linkcheck.plugins.parseword
Parse hyperlinks in Word files.
Functions
|
Close Word application object. |
|
Close word file. |
|
Helper to return constants. |
|
Get line number for given range object. |
|
Get temporary filename for content to parse. |
Return open Word.Application handle, or None if Word is not available on this system. |
|
|
Determine if Word is available on the current system. |
Initialize the win32com.client cache. |
|
|
Open given Word file with application object. |
Classes
|
Word parsing plugin. |
- class linkcheck.plugins.parseword.WordParser(config)[source]
Bases:
_ParserPlugin
Word parsing plugin.
Check for Word.
- linkcheck.plugins.parseword.constants(name)[source]
Helper to return constants. Avoids importing win32com.client in other modules.
- linkcheck.plugins.parseword.get_line_number(doc, wrange)[source]
Get line number for given range object.
- linkcheck.plugins.parseword.get_temp_filename(content)[source]
Get temporary filename for content to parse.
- linkcheck.plugins.parseword.get_word_app()[source]
Return open Word.Application handle, or None if Word is not available on this system.