Home
last modified time | relevance | path

Searched defs:borderStyle (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfBorderDictionary.java74 public PdfBorderDictionary(float borderWidth, int borderStyle, PdfDashPattern dashes) { in PdfBorderDictionary()
99 public PdfBorderDictionary(float borderWidth, int borderStyle) { in PdfBorderDictionary()
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DPdfBorderDictionary.java78 public PdfBorderDictionary(float borderWidth, int borderStyle, PdfDashPattern dashes) { in PdfBorderDictionary()
103 public PdfBorderDictionary(float borderWidth, int borderStyle) { in PdfBorderDictionary()
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/table/
H A DRtfBorderGroup.java99 public RtfBorderGroup(int bordersToAdd, int borderStyle, float borderWidth, Color borderColor) { in RtfBorderGroup()
149 …private void setBorder(int borderPosition, int borderStyle, float borderWidth, Color borderColor) { in setBorder()
162 public void addBorder(int bordersToAdd, int borderStyle, float borderWidth, Color borderColor) { in addBorder()
H A DRtfBorder.java371 private int borderStyle = BORDER_NONE; field in RtfBorder
407 …protected RtfBorder(RtfDocument doc, int borderType, int borderPosition, int borderStyle, float bo… in RtfBorder()
/dports/textproc/kreport/kreport-3.2.0/src/items/label/
H A DKReportLabelElement.shared.h65 KReportLineStyle borderStyle; //SDC: variable
H A DKReportLabelPlugin.cpp88 KReportLineStyle borderStyle(label.borderStyle()); in loadElement() local
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/pdfbase/
H A Dacroform.py73 def bsPDF(borderWidth,borderStyle,dashLen): argument
215 borderStyle='solid', argument
370 …def checkForceBorder(self,x,y,width,height,forceBorder,shape,borderStyle,borderWidth,borderColor,f… argument
402 borderStyle='solid', argument
486 borderStyle='solid', argument
608 borderStyle='solid', argument
742 borderStyle='solid', argument
898 borderStyle='solid', argument
944 borderStyle='solid', argument
991 borderStyle='solid', argument
/dports/games/oonsoo/oonsoo-1.2/UI/
H A DFrame.cxx26 int x, int y, int width, int height, BorderStyle borderStyle) in Frame()
/dports/editors/calligra/calligra-3.2.1/filters/sheets/gnumeric/
H A Dgnumericimport.h49 enum borderStyle { Left, Right, Top, Bottom, Diagonal, Revdiagonal}; enum
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/helpers/
H A DCSSSWTHelpers.java91 String borderStyle = border.getStyle(); in createBorderPaintListener() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/
H A DFormBrowser.java36 int borderStyle = toolkit.getBorderStyle() == SWT.BORDER ? SWT.NULL : SWT.BORDER; in createControl() local
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/demos/forty/
H A Dforty.cpp345 long borderStyle = wxDOUBLE_BORDER; in AddControls() local
347 long borderStyle = wxRAISED_BORDER; in AddControls() local
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/demos/forty/
H A Dforty.cpp346 long borderStyle = wxDOUBLE_BORDER; in AddControls() local
348 long borderStyle = wxRAISED_BORDER; in AddControls() local
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/demos/forty/
H A Dforty.cpp346 long borderStyle = wxDOUBLE_BORDER; in AddControls() local
348 long borderStyle = wxRAISED_BORDER; in AddControls() local
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/demos/forty/
H A Dforty.cpp346 long borderStyle = wxDOUBLE_BORDER; in AddControls() local
348 long borderStyle = wxRAISED_BORDER; in AddControls() local
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/demos/forty/
H A Dforty.cpp346 long borderStyle = wxDOUBLE_BORDER; in AddControls() local
348 long borderStyle = wxRAISED_BORDER; in AddControls() local
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/demos/forty/
H A Dforty.cpp345 long borderStyle = wxDOUBLE_BORDER; in AddControls() local
347 long borderStyle = wxRAISED_BORDER; in AddControls() local
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HangoutsChat/
H A DGoogleAppsCardV1ImageComponent.php38 …public function setBorderStyle(Google_Service_HangoutsChat_GoogleAppsCardV1BorderStyle $borderStyl…
H A DGoogleAppsCardV1Grid.php33 …public function setBorderStyle(Google_Service_HangoutsChat_GoogleAppsCardV1BorderStyle $borderStyl…
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/demos/forty/
H A Dforty.cpp339 long borderStyle = wxDOUBLE_BORDER; in AddControls() local
341 long borderStyle = wxRAISED_BORDER; in AddControls() local
/dports/misc/netron/node_modules/boxen/
H A Dindex.d.ts67 readonly borderStyle?: BorderStyle | CustomBorderStyle; property
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/
H A DFormFilteredTree.java60 int borderStyle = toolkit.getBorderStyle(); in doCreateFilterText() local
/dports/textproc/R-cran-openxlsx/openxlsx/R/
H A DborderFunctions.R45 borderStyle, argument
359 borderStyle, argument
443 borderStyle, argument
559 borderStyle, argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/
H A DTextStyle.java122 public int borderStyle; field in TextStyle
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/
H A DBorder.php30 protected $borderStyle = self::BORDER_NONE; variable in PhpOffice\\PhpSpreadsheet\\Style\\Border

12345678910>>...12