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