Tabnine Logo
CTGradientFillProperties.getLin
Code IndexAdd Tabnine to your IDE (free)

How to use
getLin
method
in
org.openxmlformats.schemas.drawingml.x2006.main.CTGradientFillProperties

Best Java code snippets using org.openxmlformats.schemas.drawingml.x2006.main.CTGradientFillProperties.getLin (Showing top 5 results out of 315)

origin: org.apache.poi/poi-ooxml

@Override
public double getGradientAngle() {
  return (gradFill.isSetLin())
    ? gradFill.getLin().getAng() / 60000.d
    : 0;
}
origin: org.apache.poi/poi-ooxml

public XDDFLinearShadeProperties getLinearShadeProperties() {
  if (props.isSetLin()) {
    return new XDDFLinearShadeProperties(props.getLin());
  } else {
    return null;
  }
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.poi

@Override
public double getGradientAngle() {
  return (gradFill.isSetLin())
    ? gradFill.getLin().getAng() / 60000.d
    : 0;
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.poi

public XDDFLinearShadeProperties getLinearShadeProperties() {
  if (props.isSetLin()) {
    return new XDDFLinearShadeProperties(props.getLin());
  } else {
    return null;
  }
}
origin: org.openl.rules/org.openl.lib.poi.dev

  CTGradientFillProperties gradFill, Rectangle2D anchor,
  XSLFTheme theme, CTSchemeColor phClr) {
double angle = gradFill.getLin().getAng() / 60000;
@SuppressWarnings("deprecation")
CTGradientStop[] gs = gradFill.getGsLst().getGsArray();
org.openxmlformats.schemas.drawingml.x2006.mainCTGradientFillPropertiesgetLin

Popular methods of CTGradientFillProperties

  • getGsLst
  • getPath
  • getRotWithShape
  • isSetLin
  • isSetPath
  • isSetRotWithShape
  • addNewGsLst
  • getFlip
  • getTileRect
  • isSetFlip
  • isSetGsLst
  • isSetTileRect
  • isSetGsLst,
  • isSetTileRect,
  • setFlip,
  • setLin,
  • setPath,
  • setRotWithShape,
  • setTileRect,
  • unsetFlip,
  • unsetLin

Popular in Java

  • Start an intent from android
  • onCreateOptionsMenu (Activity)
  • getResourceAsStream (ClassLoader)
  • getSupportFragmentManager (FragmentActivity)
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • ImageIO (javax.imageio)
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now