Class FrameConfigHandler
Inheritance
System.Object
FrameConfigHandler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class FrameConfigHandler : IFrameConfigHandler
Constructors
FrameConfigHandler(IMergeUtil, IGmColorConverter, TemplateConfigShortcuts, TemplateConfig)
Declaration
public FrameConfigHandler(IMergeUtil mergeUtil, IGmColorConverter gmColorConverter, TemplateConfigShortcuts templateConfigShortcuts, TemplateConfig templateConfig)
Parameters
Methods
GetConfig(Frame)
Declaration
public IPsdFrameConfig GetConfig(Frame frame)
Parameters
| Type |
Name |
Description |
| Aurigma.GraphicsMill.Codecs.Frame |
frame |
|
Returns
GetConfig(Layer)
Declaration
public IIdmlFrameConfig GetConfig(Layer layer)
Parameters
| Type |
Name |
Description |
| Aurigma.GraphicsMill.Codecs.Idml.Layer |
layer |
|
Returns
GetConfig(SpreadItem)
Declaration
public IIdmlFrameConfig GetConfig(SpreadItem idmlItem)
Parameters
| Type |
Name |
Description |
| Aurigma.GraphicsMill.Codecs.Idml.SpreadItem |
idmlItem |
|
Returns
IsDesignPlaceholder(String)
Declaration
public bool IsDesignPlaceholder(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Boolean |
|
ParseBoolAndAutoEnum(String)
Declaration
public static PsdParser.BooleanAndAuto ParseBoolAndAutoEnum(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Implements