Class Appli.Document.Item
Represents an item of a document, which can be considered as a document template part consisting either of Word document file or of another KitchenDraw document.
Implements
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Appli.Document.Item : IEquatable<Appli.Document.Item>
Properties
Name | Description |
---|---|
IntermediateDocument | The intermediate document referenced by the item. Can be
|
IsZoneModeOnly | Indicates whether the document item is only applied to zones. |
LoopFrom | Start rank in the case of a repetition, zero-based. |
LoopTo | End rank in the case of a repetition, zero-based. |
LoopType | Type of repetition of the item. |
Type | Type of the item. |
WordFileExtension | Extension of a Word document referenced by the item. Can be "doc" or "docx". Is empty for an item that references intermediate document. |
WordFilename | Filename of a Word document referenced by the item. Can be empty for an item that references intermediate document. |
Methods
Name | Description |
---|---|
Equals(object) | Determines whether passed object has the same type and value as this one. |
GetHashCode() | Provides a numeric value that is used to identify an object in hash-based algorithms. |
GetInfo(int) | Gets a value from arbitrary datafield specified by the infoType parameter. |
GetInfoAsBool(int) | Gets a value from arbitrary datafield specified by the infoType parameter. |
GetInfoAsDouble(int) | Gets a value from arbitrary datafield specified by the infoType parameter. |
GetInfoAsInt(int) | Gets a value from arbitrary datafield specified by the infoType parameter. |
Operators
Name | Description |
---|---|
operator ==(Item, Item) | Determines whether two specified instances have the same value. |
operator !=(Item, Item) | Determines whether two specified instances have different values. |