Class TablePropertyExceptionsChange
Inheritance
System.Object
Iron.Pdf.Extensions.vsinvk
Iron.Pdf.Extensions.vsinvg
TablePropertyExceptionsChange
Implements
System.Collections.Generic.IEnumerable<Iron.Pdf.Extensions.vsinvk>
System.Collections.IEnumerable
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: IronPdf.dll
Syntax
public class TablePropertyExceptionsChange : vsinvg
Constructors
TablePropertyExceptionsChange()
Declaration
public TablePropertyExceptionsChange()
TablePropertyExceptionsChange(vsinvk[])
Declaration
public TablePropertyExceptionsChange(params vsinvk[] childElements)
Parameters
Type | Name | Description |
---|---|---|
Iron.Pdf.Extensions.vsinvk[] | childElements |
TablePropertyExceptionsChange(IEnumerable<vsinvk>)
Declaration
public TablePropertyExceptionsChange(IEnumerable<vsinvk> childElements)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Iron.Pdf.Extensions.vsinvk> | childElements |
TablePropertyExceptionsChange(String)
Declaration
public TablePropertyExceptionsChange(string outerXml)
Parameters
Type | Name | Description |
---|---|---|
System.String | outerXml |
Properties
Author
Declaration
public vsinwt Author { get; set; }
Property Value
Type | Description |
---|---|
Iron.Pdf.Extensions.vsinwt |
Date
Declaration
public vsinwd Date { get; set; }
Property Value
Type | Description |
---|---|
Iron.Pdf.Extensions.vsinwd |
Id
Declaration
public vsinwt Id { get; set; }
Property Value
Type | Description |
---|---|
Iron.Pdf.Extensions.vsinwt |
LocalName
Declaration
public override string LocalName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Iron.Pdf.Extensions.vsinvk.LocalName
PreviousTablePropertyExceptions
Declaration
public PreviousTablePropertyExceptions PreviousTablePropertyExceptions { get; set; }
Property Value
Type | Description |
---|---|
PreviousTablePropertyExceptions |
Methods
CloneNode(Boolean)
Declaration
public override vsinvk CloneNode(bool deep)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | deep |
Returns
Type | Description |
---|---|
Iron.Pdf.Extensions.vsinvk |
Overrides
Iron.Pdf.Extensions.vsinvk.CloneNode(System.Boolean)
Implements
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable