Version

WordDocumentWriterState Enumeration

Bitflags which describe the current state of a WordDocumentWriter.
Syntax
'Declaration
 
Public Enum WordDocumentWriterState 
   Inherits System.Enum
public enum WordDocumentWriterState : System.Enum 
Members
MemberDescription
DocumentOpenThe writer is currently between calls to the StartDocument and EndDocument methods.
NoneNo noteworthy state.
ParagraphOpenThe writer is currently between calls to the StartParagraph and EndParagraph methods.
TableCellOpenThe writer is currently between calls to the StartTableCell and EndTableCell methods.
TableOpenThe writer is currently between calls to the StartTable and EndTable methods.
TableRowOpenThe writer is currently between calls to the StartTableRow and EndTableRow methods.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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

See Also