Document Solutions for Word 7.0.0
Released: Dec 11, 2023
7.0.0 での更新項目
機能
- Picture Effects - Introduced a robust set of features that allow users to apply a diverse range of effects to pictures. This expansion not only enhances the visual appeal of documents but also streamlines the process of incorporating Microsoft Word-supported picture effects through code.
- Using these effects, you can perform the following programmatically on images:
- Change picture brightness and contrast.
- Recolor with preset.
- Change image color.
- Set transparent color.
- Overlay a specific color tint onto a picture.
- And much more.
- The following new API have been introduced:
- RecolorType enum - Specifies the type of an image color change.
- ImageEffectType enum - Specifies the image effect type.
- UserColor class - Represents an extended color.
- WebVideoProperties class - Represents the properties for displaying an online video to the user.
- ImageEffect class - Represents a base class for image effects.
- AlphaBiLevel class - Represents an Alpha bi-level effect.
- AlphaCeiling class - Represents an alpha ceiling effect.
- AlphaFloor class - Represents an alpha floor effect.
- AlphaInverse class - Represents an alpha inverse effect.
- AlphaModulation class - Represents an alpha modulate fixed effect.
- AlphaModulationComplex class - Represents an alpha modulate complex effect.
- AlphaReplace class - Represents an alpha replace effect.
- BiLevel class - Represents a bi-level (black/white) effect.
- ColorChange class - Represents a color change effect.
- ColorReplacement class - Represents a solid color replacement effect.
- Duotone class - Represents a duotone effect.
- Grayscale class - Represents a gray scale effect.
- HslEffect class - Represents a hue/saturation/luminance effect.
- Luminance class - Represents a luminance effect.
- Tint class - Represents a tint effect.
- ImageEffectList class - Represents a list of image effects.
- EmbeddedImageData class - Represents the embedded image data.
- PicturePreset enum addition - Picture, slightly rotated counterclockwise, with white border.
- Made new API additions and changes to:
- ImageData class.
- Blur class.
- FillOverlay class.
- New CanAdd.. methods in content objects, sections, and Body classes - You can now also use 'CanAdd' CanAdd(ContentObjectType) and CanAddContentControl(ContentControlType) for ContentObject, Section, and Body classes to check whether a content object can be added to the end of another content object without raising an exception. It makes it easier to determine this earlier while coding with DsWord so that the process of adding content objects at the right locations becomes easy without causing errors later.