Codota Logo
CTNumDataSource
Code IndexAdd Codota to your IDE (free)

How to use
CTNumDataSource
in
org.docx4j.dml.chart

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

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
BufferedReader b =
  • Codota IconInputStream in;new BufferedReader(new InputStreamReader(in))
  • Codota IconReader in;new BufferedReader(in)
  • Codota IconFile file;new BufferedReader(new FileReader(file))
  • Smart code suggestions by Codota
}
origin: plutext/docx4j

/**
 * Create an instance of {@link CTNumDataSource }
 * 
 */
public CTNumDataSource createCTNumDataSource() {
  return new CTNumDataSource();
}
origin: com.haulmont.yarg/yarg

if (data != null && data.getNumRef() != null) {
  Range templateDataRange = Range.fromFormula(data.getNumRef().getF());
  for (Range bandRange : rangeDependencies.templates()) {
    if (bandRange.contains(templateDataRange)) {
      templateDataRange.grow(grow.downOffset, grow.rightOffset);
      data.getNumRef().setF(templateDataRange.toFormula());
      break;
origin: cuba-platform/yarg

if (data != null && data.getNumRef() != null) {
  Range templateDataRange = Range.fromFormula(data.getNumRef().getF());
  for (Range bandRange : rangeDependencies.templates()) {
    if (bandRange.contains(templateDataRange)) {
      templateDataRange.grow(grow.downOffset, grow.rightOffset);
      data.getNumRef().setF(templateDataRange.toFormula());
      break;
origin: org.docx4j/docx4j

/**
 * Create an instance of {@link CTNumDataSource }
 * 
 */
public CTNumDataSource createCTNumDataSource() {
  return new CTNumDataSource();
}
org.docx4j.dml.chartCTNumDataSource

Javadoc

Java class for CT_NumDataSource complex type.

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

 
<complexType name="CT_NumDataSource"> 
<complexContent> 
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 
<sequence> 
<choice> 
<element name="numRef" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_NumRef"/> 
<element name="numLit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_NumData"/> 
</choice> 
</sequence> 
</restriction> 
</complexContent> 
</complexType> 

Most used methods

  • getNumRef
    Gets the value of the numRef property.
  • <init>

Popular in Java

  • Running tasks concurrently on multiple threads
  • getSystemService (Context)
  • startActivity (Activity)
  • onRequestPermissionsResult (Fragment)
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • String (java.lang)
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • List (java.util)
    A List is a collection which maintains an ordering for its elements. Every element in the List has a
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now