Tabnine Logo
CTTransform2D.getOff
Code IndexAdd Tabnine to your IDE (free)

How to use
getOff
method
in
org.docx4j.dml.CTTransform2D

Best Java code snippets using org.docx4j.dml.CTTransform2D.getOff (Showing top 4 results out of 315)

origin: plutext/docx4j

CTPoint2D offset = converter.pic.getSpPr().getXfrm().getOff();
Dimensions xy = converter.readDimensions( offset.getX(), offset.getY() );
origin: plutext/docx4j

Box b = new Box(xfrm.getOff().getX(), xfrm.getOff().getY(),
    xfrm.getExt().getCx(), xfrm.getExt().getCy() );
origin: org.docx4j/docx4j

CTPoint2D offset = converter.pic.getSpPr().getXfrm().getOff();
Dimensions xy = converter.readDimensions( offset.getX(), offset.getY() );
origin: org.docx4j/docx4j

Box b = new Box(xfrm.getOff().getX(), xfrm.getOff().getY(),
    xfrm.getExt().getCx(), xfrm.getExt().getCy() );
org.docx4j.dmlCTTransform2DgetOff

Javadoc

Gets the value of the off property.

Popular methods of CTTransform2D

  • <init>
  • setExt
    Sets the value of the ext property.
  • setOff
    Sets the value of the off property.
  • getExt
    Gets the value of the ext property.
  • getRot
    Gets the value of the rot property.
  • isFlipH
    Gets the value of the flipH property.
  • isFlipV
    Gets the value of the flipV property.

Popular in Java

  • Start an intent from android
  • getSharedPreferences (Context)
  • getResourceAsStream (ClassLoader)
  • setContentView (Activity)
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • JPanel (javax.swing)
  • Top Vim plugins
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