LineFillFormat

Overview

LineFillFormat is a class in Aspose.Slides FOSS for Java. Inherits from: FillFormat, ILineFillFormat.

Represents the fill format of a line.

Methods

SignatureDescription
LineFillFormat(lnElement: Element, saveCallback: Runnable)Creates a new LineFillFormat backed by the given {@code <a:ln>} element.
LineFillFormat()Creates an uninitialized LineFillFormat.
initInternal(lnElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide)Internal initialization for deferred construction.
resetStyleLnRef()Resets the {@code <a:lnRef idx>} attribute to {@code “0”} in the parent
shape’s {@code <p:style>} element so that the explicit line fill takes
priority over the theme reference.

See Also