ActionEngineUtil Class

Utility features and functionality for PowerPoint Control Language.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public class ActionEngineUtil
Inheritance
Object    ActionEngineUtil

Constructors

ActionEngineUtilInitializes a new instance of the ActionEngineUtil class

Methods

AbsolutePath Return the absolute path found between the working and relative paths.
ActionIsNone Return a value indicating whether the value of the caller's action is effectively 'None'.
AssureFolder Assure the specified folder path exists and return it to the caller if so.
ComparesEqual Return a value indicating whether the two strings can be compared as equal without attention to case.
CopyFieldsT Copy the private fields of public properties from the source to target.
DeepCopyT Return a new instance of the provided item.
DrawBitmap(SKBitmap, SKBitmap, SKPoint) Draw the source bitmap on the target bitmap using the specified source and target images and a starting point at which to place the source.
DrawBitmap(SKBitmap, SKBitmap, SKRect) Draw the source bitmap on the target bitmap using the specified source and target images and a starting point at which to place the source.
DrawBitmap(SKBitmap, SKBitmap, SKRect, SKRect) Draw the source bitmap on the target bitmap using the specified source image and target image rectangles.
EnumerateFilesAndDirectories Enumerate through files and directories to return a list of fully qualified files, given a solid base path and a search pattern that can include a combination of file and directory names.
EnumerateRange Return a list of items representing the start through end of the range.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetExtension Return the extension portion of the filename.
GetFullFoldername Return the fully qualified path of the relatively or fully specified folder.
GetHashCode
(Inherited from Object)
GetIndexValue Return the binary index value of the numerical filename pattern.
GetType
(Inherited from Object)
GetValue(Match, String) Return the value of the specified group member in the provided match.
GetValue(String, String, String) Return the value of the specified group member in a match found with the provided source and pattern.
GetValueTAction, TCollection(TAction, String) Return the string value of the specified property within the caller's File Action.
IsAbsoluteDir Return a value indicating whether the given path name is absolute.
LogAppend Output a line to the log as well as to the caller-supplied string builder.
MemberwiseClone
(Inherited from Object)
PadLeft Pad the caller's value to the left with the specified pattern until it is greater than or equal to the specified total width.
ResolveExpressionVariablesTAction, TCollection Resolve the variable references in the caller's expression and return the resolved value.
ResolveFilename Resolve the supplied path and filename to return all files that match that name, including wildcards.
ResolveWildcards Resolve any wildcards in the caller's working path and filename.
SaveBitmap Save the bitmap to the specified file.
SetBuiltInExpressionValuesTAction Set the built-in values for the caller's expression context from the given action.
ToBool(Object) Provide fail-safe conversion of string to boolean value.
ToBool(String, Boolean) Provide fail-safe conversion of string to boolean value.
ToInt(Object) Provide fail-safe conversion of string to numeric value.
ToInt(String) Provide fail-safe conversion of string to numeric value.
ToString
(Inherited from Object)

See Also