'Declaration Public Enum WordDocumentWriterState Inherits System.Enum
public enum WordDocumentWriterState : System.Enum
Member | Description |
---|---|
DocumentOpen | The writer is currently between calls to the StartDocument and EndDocument methods. |
None | No noteworthy state. |
ParagraphOpen | The writer is currently between calls to the StartParagraph and EndParagraph methods. |
TableCellOpen | The writer is currently between calls to the StartTableCell and EndTableCell methods. |
TableOpen | The writer is currently between calls to the StartTable and EndTable methods. |
TableRowOpen | The writer is currently between calls to the StartTableRow and EndTableRow methods. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2