Xceed Words for .NET v4.0 Documentation
RemoveParagraphFlags Enumeration


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace : RemoveParagraphFlags Enumeration
Defines which of the Paragraph's object(s) (ChartsPicturesTables) will be removed from the Document when said Paragraph is removed with the Remove method 
Syntax
'Declaration
 
Public Enum RemoveParagraphFlags 
   Inherits System.Enum
'Usage
 
Dim instance As RemoveParagraphFlags
public enum RemoveParagraphFlags : System.Enum 
Members
MemberDescription
AllRemoves all of the Charts, Pictures & Tables.
ChartsRemoves only the Charts.
NoneKeeps all of the ChartsPicturesTables.
PicturesRemoves only the Pictures.
TablesRemoves only the Tables.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Document.NET.RemoveParagraphFlags

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, 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

Reference

Xceed.Document.NET Namespace