public abstract class WordProcessingShapeFactory extends Object
| Constructor and Description |
|---|
WordProcessingShapeFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
applyLineFormatSettings(com.aspose.words.Shape shape,
OfficeLineFormat lineFormat)
Applies line format settings to a shape.
|
abstract com.aspose.words.Shape |
createShape(Watermark watermark,
com.aspose.words.Section section,
DocumentSpecificSettingsCollection settings) |
protected static void |
fillShape(com.aspose.words.Shape shape,
Watermark watermark,
com.aspose.words.Section section,
WordProcessingShapeSettings shapeSettings)
Fills shape of any type with passed values.
|
protected static void applyLineFormatSettings(com.aspose.words.Shape shape,
OfficeLineFormat lineFormat)
Applies line format settings to a shape.
shape - Shape to configure.lineFormat - Line format settings.public abstract com.aspose.words.Shape createShape(Watermark watermark, com.aspose.words.Section section, DocumentSpecificSettingsCollection settings)
protected static void fillShape(com.aspose.words.Shape shape,
Watermark watermark,
com.aspose.words.Section section,
WordProcessingShapeSettings shapeSettings)
Fills shape of any type with passed values.
shape - Shape instance.watermark - Watermark instance.section - Word content section.shapeSettings - Settings that will be applied to a shape watermark.Copyright © 2026. All rights reserved.