Back to Website
Show / Hide Table of Contents

Class FrameConfigHandler

Inheritance
System.Object
FrameConfigHandler
Implements
IFrameConfigHandler
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()
Namespace: Aurigma.DesignAtoms.Convert
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class FrameConfigHandler : IFrameConfigHandler

Constructors

FrameConfigHandler(ITemplateConfigShortcutsService, IMergeUtil)

Declaration
public FrameConfigHandler(ITemplateConfigShortcutsService templateConfigShortcutsService, IMergeUtil mergeUtil)
Parameters
Type Name Description
ITemplateConfigShortcutsService templateConfigShortcutsService
IMergeUtil mergeUtil

Properties

TemplateShortcuts

Declaration
public TemplateConfigShortcuts TemplateShortcuts { get; }
Property Value
Type Description
TemplateConfigShortcuts

Methods

GetConfig(Frame, TemplateConfig)

Declaration
public IPsdFrameConfig GetConfig(Frame frame, TemplateConfig templateConfig)
Parameters
Type Name Description
Aurigma.GraphicsMill.Codecs.Frame frame
TemplateConfig templateConfig
Returns
Type Description
IPsdFrameConfig

GetConfig(SpreadItem, TemplateConfig)

Declaration
public IIdmlFrameConfig GetConfig(SpreadItem idmlItem, TemplateConfig templateConfig)
Parameters
Type Name Description
Aurigma.GraphicsMill.Codecs.Idml.SpreadItem idmlItem
TemplateConfig templateConfig
Returns
Type Description
IIdmlFrameConfig

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
Type Description
PsdParser.BooleanAndAuto

Implements

IFrameConfigHandler
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...