Tabnine Logo
CTNonVisualDrawingProps.getName
Code IndexAdd Tabnine to your IDE (free)

How to use
getName
method
in
org.openxmlformats.schemas.drawingml.x2006.main.CTNonVisualDrawingProps

Best Java code snippets using org.openxmlformats.schemas.drawingml.x2006.main.CTNonVisualDrawingProps.getName (Showing top 18 results out of 315)

origin: org.apache.poi/poi-ooxml

/**
 * Returns the frame name.
 * @return name of the frame
 */
public String getName() {
  return getNonVisualProperties().getName();
}
origin: org.apache.poi/poi-ooxml

@Override
public String getShapeName(){
  return getCNvPr().getName();
}
origin: org.apache.poi/poi-ooxml

  @Override
  public String getShapeName() {
    return ctGroup.getNvGrpSpPr().getCNvPr().getName();
  }
}
origin: org.apache.poi/poi-ooxml

  @Override
  public String getShapeName() {
    return ctPicture.getNvPicPr().getCNvPr().getName();
  }
}
origin: org.apache.poi/poi-ooxml

  @Override
  public String getShapeName() {
    return ctShape.getNvCxnSpPr().getCNvPr().getName();
  }
}
origin: org.apache.poi/poi-ooxml

  @Override
  public String getShapeName() {
    return graphicFrame.getNvGraphicFramePr().getCNvPr().getName();
  }
}
origin: org.apache.poi/poi-ooxml

@Override
public String getShapeName() {
  return ctShape.getNvSpPr().getCNvPr().getName();
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.poi

/**
 * Returns the frame name.
 * @return name of the frame
 */
public String getName() {
  return getNonVisualProperties().getName();
}
origin: org.openl.rules/org.openl.lib.poi.dev

/**
 * Returns the frame name.
 * @return name of the frame
 */
public String getName() {
  return getNonVisualProperties().getName();
}
origin: org.openl.rules/org.openl.lib.poi.dev

@Override
public String getShapeName() {
  return getNvPr().getName();
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.poi

@Override
public String getShapeName(){
  return getCNvPr().getName();
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.poi

  @Override
  public String getShapeName() {
    return graphicFrame.getNvGraphicFramePr().getCNvPr().getName();
  }
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.poi

  @Override
  public String getShapeName() {
    return ctShape.getNvCxnSpPr().getCNvPr().getName();
  }
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.poi

  @Override
  public String getShapeName() {
    return ctPicture.getNvPicPr().getCNvPr().getName();
  }
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.poi

  @Override
  public String getShapeName() {
    return ctGroup.getNvGrpSpPr().getCNvPr().getName();
  }
}
origin: org.openl.rules/org.openl.lib.poi.dev

@Override
public String getShapeName(){
  return _shape.getNvGrpSpPr().getCNvPr().getName();
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.poi

@Override
public String getShapeName() {
  return ctShape.getNvSpPr().getCNvPr().getName();
}
origin: org.openl.rules/org.openl.lib.poi.dev

public String getShapeName(){
  return _shape.getNvGraphicFramePr().getCNvPr().getName();
}
org.openxmlformats.schemas.drawingml.x2006.mainCTNonVisualDrawingPropsgetName

Popular methods of CTNonVisualDrawingProps

  • setDescr
  • setId
  • setName
  • getHlinkClick
  • getDescr
  • getId
  • addNewExtLst
  • addNewHlinkClick
  • getExtLst
  • getHlinkHover
  • isSetHlinkClick
  • isSetHlinkClick

Popular in Java

  • Finding current android device location
  • startActivity (Activity)
  • onRequestPermissionsResult (Fragment)
  • findViewById (Activity)
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • Reference (javax.naming)
  • 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