(Last Updated On: August 24, 2012)

Style is a set of properties which related to the appearance of object including fill, line, text, and drop shadow. Each slide object (excludes Audio, Video) may have its own style and a base-style which fill, line, text, and drop shadow properties of object inherited from. This is a very important feature in ActivePresenter let us rapidly create professional learning contents.

1. What is object’s own style?

Straightforward, it contains fill, line, text, and shadow properties which are set directly to object.

2. What is base-style?

It is a preset of fill, line, text, and drop shadow properties allows re-usability and concentrated management. In a project, it is common that every object which belongs to a type has a same look and feel. For example, all Incorrect Messages have red fill color. In that case, we just need one base-style with red fill color and all Incorrect Messages will inherit the fill from it. When we want to change fill color of all Incorrect Messages, just change the base-style, we don’t need to change object by object.

The next two sections will clarify above concepts through examples.

In the next sections, we will change a shape with default appearance(looks like on the left) to a shape with aqua fill, blue line, brown and italic text, and drop shadow (looks like on the right).

3. Using object’s own style

This is the quickest way to change look and feel for single object.

First, insert a shape then right click on it and select Style from menu to launch the properties dialog of the shape.

Change the fill of the shape to aqua:

  1. Select Fill page.
  2. In Fill Type section, select Solid Fill.
  3. Then in Solid Fill section, click on Color button and select Aqua color from menu.

Change the line of the shape:

  1. Select Line page
  2. Select Solid Line.
  3. Then change line width to 2.
  4. Click on Color button and select Blue color from menu.

The next is changing the text properties of the shape. Of course, we can change text properties independently for each char, word, sentence when editing text, but here, we are talking about style which is default properties if there is no independent formatting.

  1. Select Text page.
  2. In Text Style Type, choose Custom Style.
  3. Click Italic tool.
  4. Select brown color from Font Color tool.

Change drop shadow properties:

  1. Select Shadow page.
  2. In Shadow Type section, select Custom Shadow.
  3. In Shadow section, in Presets, select Bottom Right.

After changing fill, line, text, and drop shadow; click OK to apply and we have the result.

4. Using base-style

This is the best way to manage the look and feel of a project.

From View menu select Resources to show the Resources panel

In Resources panel, create a new style by following steps:

  1. Select Style tab.
  2. Select Project if you want the new base-style to be created will be used in current project only, select Library to make it available in other projects.
  3. Click Add tool

The Add New Style dialog is shown. We do the steps almost similar to what is described in section 3.

And finally, we have a new style in current project.

Now, back to above properties dialog of shape (right click on the shape and select Style to launch) but we do following steps:

  1. Select Fill page.
  2. Instead of selecting Solid Fill in Fill Type as in section 3, we choose Inherit From Base Style.
  3. Click Change Base Style… button
  4. Select new style that we have just created (here is My_Style_1).
  5. Repeat similar steps for fill, text, and drop shadow.

We have a same result as in section 3. But if we have many objects which inherit style from My_Style_1 and you want to change all of them at once, just change My_Style_1 to save time.

Note:

  1. ActivePresenter allows changing base-style (from A to B) for multiple objects with few steps. Click View-> Change Style for Multiple Objects.
  2. Preset style cannot be edited. In this case, let copy it to a new one (right click on it and select Copy to Project), then apply Note 1.