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

  • Reactive rest calls using spring rest template
  • scheduleAtFixedRate (Timer)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getApplicationContext (Context)
  • Menu (java.awt)
  • Kernel (java.awt.image)
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • 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