LineFillFormat

Oversigt over de forskellige former for støtte

LineFillFormat er en klasse i Aspose.Slides FOSS for Java. Arvelige af: FillFormat, ILineFillFormat.

Repræsenterede fyldformater.

Metoder til at anvende

NameTypeAccessDescription
fillTypeFillTypeReadGets the fill type.
solidFillColorIColorFormatReadGets the solid fill color.
gradientFormatIGradientFormatReadGets the gradient format.
patternFormatIPatternFormatReadGets the pattern format.
pictureFillFormatIPictureFillFormatReadGets the picture fill format.
rotateWithShapeNullableBoolReadGets the rotate with shape.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.
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.
FillFormat(parentElement: Element, saveCallback: Runnable)Creates a new FillFormat backed by the given parent XML element.
getFillType()FillTypeReturns the fill type.
setFillType(value: FillType)Sets the fill type value.
getSolidFillColor()IColorFormatReturns the solid fill color.
getGradientFormat()IGradientFormatReturns the gradient format.
getPatternFormat()IPatternFormatReturns the pattern format.
getPictureFillFormat()IPictureFillFormatReturns the picture fill format.
getRotateWithShape()NullableBoolReturns the rotate with shape.
setRotateWithShape(value: NullableBool)Sets the rotate with shape value.
PVIObject()Creates a PVIObject with no parent slide.
getSlide()IBaseSlideReturns the slide.
getPresentation()IPresentationReturns the presentation.
asIPresentationComponent()IPresentationComponentReturns this object as an {@link IPresentationComponent}.
 Dansk