Class Outline

java.lang.Object
com.independentsoft.office.drawing.Outline

public class Outline extends Object
The Class Outline.
  • Constructor Details

  • Method Details

    • clone

      public Outline clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getStrokeAlignment

      public PenAlignmentType getStrokeAlignment()
      Gets the stroke alignment.
      Returns:
      the stroke alignment
    • setStrokeAlignment

      public void setStrokeAlignment(PenAlignmentType strokeAlignment)
      Sets the stroke alignment.
      Parameters:
      strokeAlignment - the new stroke alignment
    • getCap

      public LineCap getCap()
      Gets the cap.
      Returns:
      the cap
    • setCap

      public void setCap(LineCap cap)
      Sets the cap.
      Parameters:
      cap - the new cap
    • getCompoundLineType

      public CompoundLineType getCompoundLineType()
      Gets the compound line type.
      Returns:
      the compound line type
    • setCompoundLineType

      public void setCompoundLineType(CompoundLineType compoundLineType)
      Sets the compound line type.
      Parameters:
      compoundLineType - the new compound line type
    • getLineWidth

      public Unit getLineWidth()
      Gets the line width.
      Returns:
      the line width
    • setLineWidth

      public void setLineWidth(Unit lineWidth)
      Sets the line width.
      Parameters:
      lineWidth - the new line width
    • isBevelLineJoin

      public boolean isBevelLineJoin()
      Checks if is bevel line join.
      Returns:
      true, if is bevel line join
    • setBevelLineJoin

      public void setBevelLineJoin(boolean bevelLineJoin)
      Sets the bevel line join.
      Parameters:
      bevelLineJoin - the new bevel line join
    • getDashStops

      public List<DashStop> getDashStops()
      Gets the dash stops.
      Returns:
      the dash stops
    • getGradientFill

      public GradientFill getGradientFill()
      Gets the gradient fill.
      Returns:
      the gradient fill
    • setGradientFill

      public void setGradientFill(GradientFill gradientFill)
      Sets the gradient fill.
      Parameters:
      gradientFill - the new gradient fill
    • getHeadEnd

      public HeadEnd getHeadEnd()
      Gets the head end.
      Returns:
      the head end
    • setHeadEnd

      public void setHeadEnd(HeadEnd headEnd)
      Sets the head end.
      Parameters:
      headEnd - the new head end
    • getMiterJoinLimit

      public int getMiterJoinLimit()
      Gets the miter join limit.
      Returns:
      the miter join limit
    • setMiterJoinLimit

      public void setMiterJoinLimit(int miterJoinLimit)
      Sets the miter join limit.
      Parameters:
      miterJoinLimit - the new miter join limit
    • getNoFill

      public NoFill getNoFill()
      Gets the no fill.
      Returns:
      the no fill
    • setNoFill

      public void setNoFill(NoFill noFill)
      Sets the no fill.
      Parameters:
      noFill - the new no fill
    • getPatternFill

      public PatternFill getPatternFill()
      Gets the pattern fill.
      Returns:
      the pattern fill
    • setPatternFill

      public void setPatternFill(PatternFill patternFill)
      Sets the pattern fill.
      Parameters:
      patternFill - the new pattern fill
    • getPresetLineDash

      public PresetLineDash getPresetLineDash()
      Gets the preset line dash.
      Returns:
      the preset line dash
    • setPresetLineDash

      public void setPresetLineDash(PresetLineDash presetLineDash)
      Sets the preset line dash.
      Parameters:
      presetLineDash - the new preset line dash
    • isRoundLineJoin

      public boolean isRoundLineJoin()
      Checks if is round line join.
      Returns:
      true, if is round line join
    • setRoundLineJoin

      public void setRoundLineJoin(boolean roundLineJoin)
      Sets the round line join.
      Parameters:
      roundLineJoin - the new round line join
    • getSolidFill

      public SolidFill getSolidFill()
      Gets the solid fill.
      Returns:
      the solid fill
    • setSolidFill

      public void setSolidFill(SolidFill solidFill)
      Sets the solid fill.
      Parameters:
      solidFill - the new solid fill
    • getTailEnd

      public TailEnd getTailEnd()
      Gets the tail end.
      Returns:
      the tail end
    • setTailEnd

      public void setTailEnd(TailEnd tailEnd)
      Sets the tail end.
      Parameters:
      tailEnd - the new tail end