Parser
#
- class ansys.scade.almgw_msoffice.msword.Parser#
Parser for MS Word documents (DOCX).
Initialize the parser.
Overview#
Add a new section to the document. |
|
Add a new requirement to the document. |
|
Append text to the current requirement’s description. |
|
Build the document model from a MS Word document. |
Import detail#
from ansys.scade.almgw_msoffice.msword import Parser
Attribute detail#
- Parser.anonymous_req_count = 0#
- Parser.current_req = None#
- Parser.requirements#
- Parser.sections = []#