congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
CTPoint2D
Code IndexAdd Tabnine to your IDE (free)

How to use
CTPoint2D
in
org.docx4j.dml

Best Java code snippets using org.docx4j.dml.CTPoint2D (Showing top 9 results out of 315)

origin: plutext/docx4j

/**
 * Create an instance of {@link CTPoint2D }
 * 
 */
public CTPoint2D createCTPoint2D() {
  return new CTPoint2D();
}
origin: plutext/docx4j

Dimensions xy = converter.readDimensions( offset.getX(), offset.getY() );
origin: plutext/docx4j-ImportXHTML

off.setX(1524000);
off.setY(1397000);
origin: org.docx4j/docx4j

/**
 * Create an instance of {@link CTPoint2D }
 * 
 */
public CTPoint2D createCTPoint2D() {
  return new CTPoint2D();
}
origin: plutext/docx4j

Box b = new Box(xfrm.getOff().getX(), xfrm.getOff().getY(),
    xfrm.getExt().getCx(), xfrm.getExt().getCy() );
origin: com.haulmont.yarg/yarg

transform2D.setOff(new CTPoint2D());
transform2D.setExt(new CTPositiveSize2D());
shapeProperties.setXfrm(transform2D);
origin: org.docx4j/docx4j

Dimensions xy = converter.readDimensions( offset.getX(), offset.getY() );
origin: cuba-platform/yarg

transform2D.setOff(new CTPoint2D());
transform2D.setExt(new CTPositiveSize2D());
shapeProperties.setXfrm(transform2D);
origin: org.docx4j/docx4j

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

Javadoc

Java class for CT_Point2D complex type.

The following schema fragment specifies the expected content contained within this class.

 
<complexType name="CT_Point2D"> 
<complexContent> 
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 
<attribute name="x" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" /> 
<attribute name="y" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" /> 
</restriction> 
</complexContent> 
</complexType> 

Most used methods

  • <init>
  • getX
    Gets the value of the x property.
  • getY
    Gets the value of the y property.
  • setX
    Sets the value of the x property.
  • setY
    Sets the value of the y property.

Popular in Java

  • Creating JSON documents from java classes using gson
  • findViewById (Activity)
  • getSharedPreferences (Context)
  • onCreateOptionsMenu (Activity)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • Menu (java.awt)
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • From CI to AI: The AI layer in your organization
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