rubyXL 3.4.25 → 3.4.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (479) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +24 -13
  3. data/.rubocop.yml +124 -0
  4. data/CHANGELOG.md +12 -0
  5. data/Gemfile +4 -2
  6. data/README.rdoc +24 -8
  7. data/VERSION +1 -1
  8. data/lib/rubyXL/convenience_methods/cell.rb +8 -7
  9. data/lib/rubyXL/convenience_methods/color.rb +6 -6
  10. data/lib/rubyXL/convenience_methods/workbook.rb +7 -7
  11. data/lib/rubyXL/convenience_methods/worksheet.rb +26 -6
  12. data/lib/rubyXL/objects/border.rb +6 -1
  13. data/lib/rubyXL/objects/cell_style.rb +1 -0
  14. data/lib/rubyXL/objects/color.rb +1 -1
  15. data/lib/rubyXL/objects/column_range.rb +16 -12
  16. data/lib/rubyXL/objects/document_properties.rb +1 -0
  17. data/lib/rubyXL/objects/external_links.rb +8 -0
  18. data/lib/rubyXL/objects/ooxml_object.rb +21 -17
  19. data/lib/rubyXL/objects/query_table.rb +4 -2
  20. data/lib/rubyXL/objects/reference.rb +56 -20
  21. data/lib/rubyXL/objects/relationships.rb +1 -1
  22. data/lib/rubyXL/objects/root.rb +1 -1
  23. data/lib/rubyXL/objects/shared_strings.rb +1 -1
  24. data/lib/rubyXL/objects/sheet_data.rb +11 -6
  25. data/lib/rubyXL/objects/storage.rb +6 -1
  26. data/lib/rubyXL/objects/stylesheet.rb +2 -3
  27. data/lib/rubyXL/objects/text.rb +3 -3
  28. data/lib/rubyXL/objects/theme.rb +15 -17
  29. data/lib/rubyXL/objects/workbook.rb +17 -9
  30. data/lib/rubyXL/objects/worksheet.rb +2 -2
  31. data/lib/rubyXL/worksheet.rb +11 -3
  32. data/rdoc/README_rdoc.html +536 -147
  33. data/rdoc/RubyXL/AExtension.html +605 -85
  34. data/rdoc/RubyXL/AExtensionStorageArea.html +493 -47
  35. data/rdoc/RubyXL/ActiveX.html +574 -74
  36. data/rdoc/RubyXL/ActiveXBinary.html +503 -49
  37. data/rdoc/RubyXL/AdjustHandleList.html +487 -47
  38. data/rdoc/RubyXL/Alignment.html +487 -47
  39. data/rdoc/RubyXL/AlternateContent.html +493 -47
  40. data/rdoc/RubyXL/AlternateUrls.html +539 -0
  41. data/rdoc/RubyXL/Authors.html +487 -47
  42. data/rdoc/RubyXL/AutoFilter.html +487 -47
  43. data/rdoc/RubyXL/AutoFilterColumn.html +487 -47
  44. data/rdoc/RubyXL/BinaryImageFile.html +510 -50
  45. data/rdoc/RubyXL/BodyProperties.html +487 -47
  46. data/rdoc/RubyXL/BooleanNode.html +493 -47
  47. data/rdoc/RubyXL/BooleanValue.html +493 -47
  48. data/rdoc/RubyXL/Border.html +640 -97
  49. data/rdoc/RubyXL/BorderEdge.html +578 -78
  50. data/rdoc/RubyXL/Borders.html +540 -68
  51. data/rdoc/RubyXL/Break.html +487 -47
  52. data/rdoc/RubyXL/BreakList.html +487 -47
  53. data/rdoc/RubyXL/CT_AdjPoint2D.html +487 -47
  54. data/rdoc/RubyXL/CT_AlphaBiLevelEffect.html +487 -47
  55. data/rdoc/RubyXL/CT_AlphaModulateEffect.html +487 -47
  56. data/rdoc/RubyXL/CT_AlphaModulateFixedEffect.html +487 -47
  57. data/rdoc/RubyXL/CT_AlphaOutsetEffect.html +487 -47
  58. data/rdoc/RubyXL/CT_AlphaReplaceEffect.html +487 -47
  59. data/rdoc/RubyXL/CT_Backdrop.html +487 -47
  60. data/rdoc/RubyXL/CT_Bevel.html +487 -47
  61. data/rdoc/RubyXL/CT_BiLevelEffect.html +487 -47
  62. data/rdoc/RubyXL/CT_BlendEffect.html +487 -47
  63. data/rdoc/RubyXL/CT_Blip.html +487 -47
  64. data/rdoc/RubyXL/CT_BlipFillProperties.html +487 -47
  65. data/rdoc/RubyXL/CT_BlurEffect.html +487 -47
  66. data/rdoc/RubyXL/CT_Camera.html +487 -47
  67. data/rdoc/RubyXL/CT_Color.html +487 -47
  68. data/rdoc/RubyXL/CT_ColorChangeEffect.html +487 -47
  69. data/rdoc/RubyXL/CT_ColorMapping.html +487 -47
  70. data/rdoc/RubyXL/CT_ColorScheme.html +487 -47
  71. data/rdoc/RubyXL/CT_ColorSchemeAndMapping.html +487 -47
  72. data/rdoc/RubyXL/CT_ConnectionSite.html +487 -47
  73. data/rdoc/RubyXL/CT_ConnectionSiteList.html +487 -47
  74. data/rdoc/RubyXL/CT_DashStop.html +487 -47
  75. data/rdoc/RubyXL/CT_DashStopList.html +487 -47
  76. data/rdoc/RubyXL/CT_DefaultShapeDefinition.html +487 -47
  77. data/rdoc/RubyXL/CT_DuotoneEffect.html +487 -47
  78. data/rdoc/RubyXL/CT_EffectContainer.html +487 -47
  79. data/rdoc/RubyXL/CT_EffectList.html +487 -47
  80. data/rdoc/RubyXL/CT_EffectReference.html +487 -47
  81. data/rdoc/RubyXL/CT_EffectStyleItem.html +487 -47
  82. data/rdoc/RubyXL/CT_EffectStyleList.html +487 -47
  83. data/rdoc/RubyXL/CT_EmbeddedWAVAudioFile.html +487 -47
  84. data/rdoc/RubyXL/CT_FillEffect.html +487 -47
  85. data/rdoc/RubyXL/CT_FillOverlayEffect.html +487 -47
  86. data/rdoc/RubyXL/CT_FillStyleList.html +487 -47
  87. data/rdoc/RubyXL/CT_FlatText.html +487 -47
  88. data/rdoc/RubyXL/CT_FontCollection.html +487 -47
  89. data/rdoc/RubyXL/CT_FontReference.html +487 -47
  90. data/rdoc/RubyXL/CT_GeomGuideList.html +487 -47
  91. data/rdoc/RubyXL/CT_GlowEffect.html +487 -47
  92. data/rdoc/RubyXL/CT_GradientFillProperties.html +487 -47
  93. data/rdoc/RubyXL/CT_GradientStop.html +487 -47
  94. data/rdoc/RubyXL/CT_GradientStopList.html +487 -47
  95. data/rdoc/RubyXL/CT_HSLEffect.html +487 -47
  96. data/rdoc/RubyXL/CT_HslColor.html +487 -47
  97. data/rdoc/RubyXL/CT_Hyperlink.html +487 -47
  98. data/rdoc/RubyXL/CT_InnerShadowEffect.html +487 -47
  99. data/rdoc/RubyXL/CT_LightRig.html +487 -47
  100. data/rdoc/RubyXL/CT_LineEndProperties.html +487 -47
  101. data/rdoc/RubyXL/CT_LineJoinMiterProperties.html +487 -47
  102. data/rdoc/RubyXL/CT_LineProperties.html +487 -47
  103. data/rdoc/RubyXL/CT_LineStyleList.html +487 -47
  104. data/rdoc/RubyXL/CT_LinearShadeProperties.html +487 -47
  105. data/rdoc/RubyXL/CT_LuminanceEffect.html +487 -47
  106. data/rdoc/RubyXL/CT_ObjectStyleDefaults.html +487 -47
  107. data/rdoc/RubyXL/CT_OuterShadowEffect.html +487 -47
  108. data/rdoc/RubyXL/CT_Path2D.html +487 -47
  109. data/rdoc/RubyXL/CT_Path2DArcTo.html +487 -47
  110. data/rdoc/RubyXL/CT_Path2DCubicBezierTo.html +487 -47
  111. data/rdoc/RubyXL/CT_Path2DList.html +487 -47
  112. data/rdoc/RubyXL/CT_Path2DQuadBezierTo.html +487 -47
  113. data/rdoc/RubyXL/CT_Path2DTo.html +487 -47
  114. data/rdoc/RubyXL/CT_PathShadeProperties.html +487 -47
  115. data/rdoc/RubyXL/CT_PatternFillProperties.html +487 -47
  116. data/rdoc/RubyXL/CT_Point3D.html +487 -47
  117. data/rdoc/RubyXL/CT_PolarAdjustHandle.html +487 -47
  118. data/rdoc/RubyXL/CT_PresetColor.html +487 -47
  119. data/rdoc/RubyXL/CT_PresetLineDashProperties.html +487 -47
  120. data/rdoc/RubyXL/CT_PresetShadowEffect.html +487 -47
  121. data/rdoc/RubyXL/CT_PresetTextShape.html +487 -47
  122. data/rdoc/RubyXL/CT_ReflectionEffect.html +487 -47
  123. data/rdoc/RubyXL/CT_RelativeOffsetEffect.html +487 -47
  124. data/rdoc/RubyXL/CT_RelativeRect.html +487 -47
  125. data/rdoc/RubyXL/CT_SRgbColor.html +487 -47
  126. data/rdoc/RubyXL/CT_ScRgbColor.html +487 -47
  127. data/rdoc/RubyXL/CT_Scene3D.html +487 -47
  128. data/rdoc/RubyXL/CT_SchemeColor.html +487 -47
  129. data/rdoc/RubyXL/CT_Shape3D.html +487 -47
  130. data/rdoc/RubyXL/CT_ShapeStyle.html +487 -47
  131. data/rdoc/RubyXL/CT_SoftEdgesEffect.html +487 -47
  132. data/rdoc/RubyXL/CT_SphereCoords.html +487 -47
  133. data/rdoc/RubyXL/CT_StretchInfoProperties.html +487 -47
  134. data/rdoc/RubyXL/CT_StyleMatrix.html +487 -47
  135. data/rdoc/RubyXL/CT_StyleMatrixReference.html +487 -47
  136. data/rdoc/RubyXL/CT_SupplementalFont.html +487 -47
  137. data/rdoc/RubyXL/CT_SystemColor.html +487 -47
  138. data/rdoc/RubyXL/CT_TextAutonumberBullet.html +487 -47
  139. data/rdoc/RubyXL/CT_TextBlipBullet.html +487 -47
  140. data/rdoc/RubyXL/CT_TextCharBullet.html +487 -47
  141. data/rdoc/RubyXL/CT_TextCharacterProperties.html +487 -47
  142. data/rdoc/RubyXL/CT_TextFont.html +487 -47
  143. data/rdoc/RubyXL/CT_TextListStyle.html +487 -47
  144. data/rdoc/RubyXL/CT_TextNormalAutofit.html +487 -47
  145. data/rdoc/RubyXL/CT_TextParagraphProperties.html +487 -47
  146. data/rdoc/RubyXL/CT_TextSpacing.html +487 -47
  147. data/rdoc/RubyXL/CT_TextTabStop.html +487 -47
  148. data/rdoc/RubyXL/CT_TextTabStopList.html +487 -47
  149. data/rdoc/RubyXL/CT_TileInfoProperties.html +487 -47
  150. data/rdoc/RubyXL/CT_TintEffect.html +487 -47
  151. data/rdoc/RubyXL/CT_Transform2D.html +487 -47
  152. data/rdoc/RubyXL/CT_TransformEffect.html +487 -47
  153. data/rdoc/RubyXL/CT_Vector3D.html +487 -47
  154. data/rdoc/RubyXL/CT_XYAdjustHandle.html +487 -47
  155. data/rdoc/RubyXL/CalculationChain.html +557 -71
  156. data/rdoc/RubyXL/CalculationChainCell.html +487 -47
  157. data/rdoc/RubyXL/CalculationProperties.html +487 -47
  158. data/rdoc/RubyXL/Cell.html +1033 -200
  159. data/rdoc/RubyXL/CellConvenienceMethods.html +1667 -382
  160. data/rdoc/RubyXL/CellExt.html +487 -47
  161. data/rdoc/RubyXL/CellSmartTag.html +487 -47
  162. data/rdoc/RubyXL/CellSmartTagProperty.html +487 -47
  163. data/rdoc/RubyXL/CellSmartTags.html +487 -47
  164. data/rdoc/RubyXL/CellStyle.html +487 -47
  165. data/rdoc/RubyXL/CellStyleXFs.html +540 -68
  166. data/rdoc/RubyXL/CellStyles.html +540 -68
  167. data/rdoc/RubyXL/CellValue.html +540 -68
  168. data/rdoc/RubyXL/CellWatch.html +487 -47
  169. data/rdoc/RubyXL/CellWatches.html +487 -47
  170. data/rdoc/RubyXL/CellXFs.html +542 -71
  171. data/rdoc/RubyXL/ChartColorsFile.html +510 -50
  172. data/rdoc/RubyXL/ChartFile.html +581 -75
  173. data/rdoc/RubyXL/ChartStyleFile.html +510 -50
  174. data/rdoc/RubyXL/ChartUserShapesFile.html +510 -50
  175. data/rdoc/RubyXL/Chartsheet.html +624 -92
  176. data/rdoc/RubyXL/ChartsheetPageSetup.html +487 -47
  177. data/rdoc/RubyXL/ChartsheetProperties.html +487 -47
  178. data/rdoc/RubyXL/ChartsheetProtection.html +487 -47
  179. data/rdoc/RubyXL/ChartsheetView.html +487 -47
  180. data/rdoc/RubyXL/ChartsheetViews.html +487 -47
  181. data/rdoc/RubyXL/Color.html +550 -70
  182. data/rdoc/RubyXL/ColorConvenienceClasses/HlsColor.html +626 -94
  183. data/rdoc/RubyXL/ColorConvenienceClasses/RgbColor.html +671 -105
  184. data/rdoc/RubyXL/ColorConvenienceClasses.html +482 -45
  185. data/rdoc/RubyXL/ColorConvenienceMethods.html +534 -65
  186. data/rdoc/RubyXL/ColorFilter.html +487 -47
  187. data/rdoc/RubyXL/ColorScale.html +487 -47
  188. data/rdoc/RubyXL/ColorSet.html +487 -47
  189. data/rdoc/RubyXL/Colors.html +487 -47
  190. data/rdoc/RubyXL/ColumnRange.html +685 -92
  191. data/rdoc/RubyXL/ColumnRanges.html +646 -102
  192. data/rdoc/RubyXL/Comment.html +487 -47
  193. data/rdoc/RubyXL/CommentList.html +487 -47
  194. data/rdoc/RubyXL/CommentsFile.html +570 -76
  195. data/rdoc/RubyXL/ConditionalFormatValue.html +487 -47
  196. data/rdoc/RubyXL/ConditionalFormatting.html +487 -47
  197. data/rdoc/RubyXL/ConditionalFormattingRule.html +487 -47
  198. data/rdoc/RubyXL/Connection.html +487 -47
  199. data/rdoc/RubyXL/ConnectionTable.html +487 -47
  200. data/rdoc/RubyXL/ConnectionTables.html +487 -47
  201. data/rdoc/RubyXL/ConnectionTextField.html +487 -47
  202. data/rdoc/RubyXL/ConnectionTextFields.html +487 -47
  203. data/rdoc/RubyXL/Connections.html +557 -71
  204. data/rdoc/RubyXL/ContentTypeDefault.html +493 -47
  205. data/rdoc/RubyXL/ContentTypeOverride.html +493 -47
  206. data/rdoc/RubyXL/ContentTypes.html +595 -81
  207. data/rdoc/RubyXL/ControlPropertiesFile.html +510 -50
  208. data/rdoc/RubyXL/CorePropertiesFile.html +825 -149
  209. data/rdoc/RubyXL/CustomColor.html +487 -47
  210. data/rdoc/RubyXL/CustomColorList.html +487 -47
  211. data/rdoc/RubyXL/CustomFilter.html +487 -47
  212. data/rdoc/RubyXL/CustomFilters.html +487 -47
  213. data/rdoc/RubyXL/CustomGeometry.html +487 -47
  214. data/rdoc/RubyXL/CustomProperties.html +487 -47
  215. data/rdoc/RubyXL/CustomPropertiesFile.html +510 -50
  216. data/rdoc/RubyXL/CustomProperty.html +487 -47
  217. data/rdoc/RubyXL/CustomPropertyFile.html +510 -50
  218. data/rdoc/RubyXL/CustomSheetView.html +487 -47
  219. data/rdoc/RubyXL/CustomSheetViews.html +487 -47
  220. data/rdoc/RubyXL/CustomWorkbookView.html +487 -47
  221. data/rdoc/RubyXL/CustomWorkbookViews.html +487 -47
  222. data/rdoc/RubyXL/CustomXMLFile.html +503 -49
  223. data/rdoc/RubyXL/DXF.html +487 -47
  224. data/rdoc/RubyXL/DXFs.html +487 -47
  225. data/rdoc/RubyXL/DataBar.html +487 -47
  226. data/rdoc/RubyXL/DataConsolidate.html +487 -47
  227. data/rdoc/RubyXL/DataConsolidationReference.html +487 -47
  228. data/rdoc/RubyXL/DataConsolidationReferences.html +487 -47
  229. data/rdoc/RubyXL/DataType.html +528 -53
  230. data/rdoc/RubyXL/DataValidation.html +487 -47
  231. data/rdoc/RubyXL/DataValidations.html +487 -47
  232. data/rdoc/RubyXL/DateGroupItem.html +487 -47
  233. data/rdoc/RubyXL/DefinedName.html +487 -47
  234. data/rdoc/RubyXL/DefinedNameExt.html +487 -47
  235. data/rdoc/RubyXL/DefinedNames.html +564 -47
  236. data/rdoc/RubyXL/DefinedNamesExt.html +487 -47
  237. data/rdoc/RubyXL/DocumentPropertiesFile.html +603 -86
  238. data/rdoc/RubyXL/DrawingFile.html +581 -75
  239. data/rdoc/RubyXL/DynamicFilter.html +487 -47
  240. data/rdoc/RubyXL/EmbeddedControl.html +487 -47
  241. data/rdoc/RubyXL/EmbeddedControls.html +487 -47
  242. data/rdoc/RubyXL/Extension.html +487 -47
  243. data/rdoc/RubyXL/ExtensionStorageArea.html +487 -47
  244. data/rdoc/RubyXL/Extents.html +487 -47
  245. data/rdoc/RubyXL/ExternalBook.html +487 -47
  246. data/rdoc/RubyXL/ExternalLinksFile.html +581 -75
  247. data/rdoc/RubyXL/ExternalReference.html +487 -47
  248. data/rdoc/RubyXL/ExternalReferences.html +487 -47
  249. data/rdoc/RubyXL/ExtraColorSchemeList.html +487 -47
  250. data/rdoc/RubyXL/FieldItem.html +487 -47
  251. data/rdoc/RubyXL/FileRecoveryProperties.html +487 -47
  252. data/rdoc/RubyXL/FileSharing.html +487 -47
  253. data/rdoc/RubyXL/FileVersion.html +487 -47
  254. data/rdoc/RubyXL/Fill.html +540 -68
  255. data/rdoc/RubyXL/Fills.html +540 -68
  256. data/rdoc/RubyXL/FilterContainer.html +487 -47
  257. data/rdoc/RubyXL/FloatNode.html +493 -47
  258. data/rdoc/RubyXL/FloatValue.html +493 -47
  259. data/rdoc/RubyXL/Font.html +551 -71
  260. data/rdoc/RubyXL/FontConvenienceMethods.html +938 -183
  261. data/rdoc/RubyXL/FontScheme.html +487 -47
  262. data/rdoc/RubyXL/Fonts.html +540 -68
  263. data/rdoc/RubyXL/Formula.html +487 -47
  264. data/rdoc/RubyXL/FunctionGroup.html +487 -47
  265. data/rdoc/RubyXL/FunctionGroups.html +487 -47
  266. data/rdoc/RubyXL/GenericStorageObject.html +671 -103
  267. data/rdoc/RubyXL/GradientFill.html +487 -47
  268. data/rdoc/RubyXL/HeaderFooterSettings.html +487 -47
  269. data/rdoc/RubyXL/Hyperlink.html +487 -47
  270. data/rdoc/RubyXL/HyperlinkRelFile.html +503 -49
  271. data/rdoc/RubyXL/Hyperlinks.html +487 -47
  272. data/rdoc/RubyXL/IconFilter.html +487 -47
  273. data/rdoc/RubyXL/IconSet.html +487 -47
  274. data/rdoc/RubyXL/IgnoredError.html +487 -47
  275. data/rdoc/RubyXL/IgnoredErrors.html +487 -47
  276. data/rdoc/RubyXL/IndexedColors.html +487 -47
  277. data/rdoc/RubyXL/InputCells.html +487 -47
  278. data/rdoc/RubyXL/IntegerNode.html +493 -47
  279. data/rdoc/RubyXL/IntegerValue.html +493 -47
  280. data/rdoc/RubyXL/LegacyCell.html +534 -65
  281. data/rdoc/RubyXL/LegacyWorksheet.html +727 -114
  282. data/rdoc/RubyXL/MRUColors.html +487 -47
  283. data/rdoc/RubyXL/MacrosFile.html +510 -50
  284. data/rdoc/RubyXL/MergedCell.html +487 -47
  285. data/rdoc/RubyXL/MergedCells.html +487 -47
  286. data/rdoc/RubyXL/NumFmt.html +487 -47
  287. data/rdoc/RubyXL/NumberFormat.html +540 -68
  288. data/rdoc/RubyXL/NumberFormats.html +551 -71
  289. data/rdoc/RubyXL/OLEObject.html +487 -47
  290. data/rdoc/RubyXL/OLEObjectFile.html +510 -50
  291. data/rdoc/RubyXL/OLEObjects.html +487 -47
  292. data/rdoc/RubyXL/OLESize.html +487 -47
  293. data/rdoc/RubyXL/OOXMLContainerObject.html +756 -137
  294. data/rdoc/RubyXL/OOXMLIgnored.html +598 -80
  295. data/rdoc/RubyXL/OOXMLObject.html +506 -52
  296. data/rdoc/RubyXL/OOXMLObjectClassMethods.html +741 -151
  297. data/rdoc/RubyXL/OOXMLObjectInstanceMethods.html +834 -169
  298. data/rdoc/RubyXL/OOXMLRelationshipsFile.html +894 -170
  299. data/rdoc/RubyXL/OOXMLTopLevelObject.html +735 -131
  300. data/rdoc/RubyXL/OdbcOleDbProperties.html +487 -47
  301. data/rdoc/RubyXL/Offset.html +487 -47
  302. data/rdoc/RubyXL/OlapProperties.html +487 -47
  303. data/rdoc/RubyXL/OleItem.html +487 -47
  304. data/rdoc/RubyXL/OleItems.html +487 -47
  305. data/rdoc/RubyXL/OleLink.html +487 -47
  306. data/rdoc/RubyXL/OutlineProperties.html +487 -47
  307. data/rdoc/RubyXL/PageMargins.html +487 -47
  308. data/rdoc/RubyXL/PageSetup.html +487 -47
  309. data/rdoc/RubyXL/PageSetupProperties.html +487 -47
  310. data/rdoc/RubyXL/Pane.html +487 -47
  311. data/rdoc/RubyXL/Parser.html +578 -78
  312. data/rdoc/RubyXL/PatternFill.html +487 -47
  313. data/rdoc/RubyXL/PersonMetadata.html +568 -0
  314. data/rdoc/RubyXL/PhoneticProperties.html +487 -47
  315. data/rdoc/RubyXL/PhoneticRun.html +487 -47
  316. data/rdoc/RubyXL/PivotArea.html +487 -47
  317. data/rdoc/RubyXL/PivotCache.html +487 -47
  318. data/rdoc/RubyXL/PivotCacheDefinitionFile.html +529 -55
  319. data/rdoc/RubyXL/PivotCacheRecordsFile.html +510 -50
  320. data/rdoc/RubyXL/PivotCaches.html +487 -47
  321. data/rdoc/RubyXL/PivotReference.html +487 -47
  322. data/rdoc/RubyXL/PivotReferences.html +487 -47
  323. data/rdoc/RubyXL/PivotTableFile.html +529 -55
  324. data/rdoc/RubyXL/PivotTableSelection.html +487 -47
  325. data/rdoc/RubyXL/PresetGeometry.html +487 -47
  326. data/rdoc/RubyXL/PrintOptions.html +487 -47
  327. data/rdoc/RubyXL/PrinterSettingsFile.html +510 -50
  328. data/rdoc/RubyXL/ProtectedRange.html +487 -47
  329. data/rdoc/RubyXL/ProtectedRanges.html +487 -47
  330. data/rdoc/RubyXL/Protection.html +487 -47
  331. data/rdoc/RubyXL/QueryParameter.html +487 -47
  332. data/rdoc/RubyXL/QueryParameters.html +487 -47
  333. data/rdoc/RubyXL/QueryTable.html +575 -75
  334. data/rdoc/RubyXL/QueryTableDeletedField.html +487 -47
  335. data/rdoc/RubyXL/QueryTableDeletedFields.html +487 -47
  336. data/rdoc/RubyXL/QueryTableField.html +487 -47
  337. data/rdoc/RubyXL/QueryTableFields.html +487 -47
  338. data/rdoc/RubyXL/QueryTableRefresh.html +487 -47
  339. data/rdoc/RubyXL/RID.html +493 -47
  340. data/rdoc/RubyXL/RawOOXML.html +605 -85
  341. data/rdoc/RubyXL/Reference.html +1109 -207
  342. data/rdoc/RubyXL/Relationship.html +493 -47
  343. data/rdoc/RubyXL/RelationshipSupport/ClassMehods.html +540 -65
  344. data/rdoc/RubyXL/RelationshipSupport.html +745 -126
  345. data/rdoc/RubyXL/RevisionPointer.html +487 -47
  346. data/rdoc/RubyXL/RichText.html +542 -70
  347. data/rdoc/RubyXL/RichTextRun.html +540 -68
  348. data/rdoc/RubyXL/Row.html +812 -148
  349. data/rdoc/RubyXL/RowExt.html +487 -47
  350. data/rdoc/RubyXL/RunProperties.html +487 -47
  351. data/rdoc/RubyXL/Scenario.html +487 -47
  352. data/rdoc/RubyXL/Scenarios.html +487 -47
  353. data/rdoc/RubyXL/Selection.html +540 -68
  354. data/rdoc/RubyXL/ShapeGuide.html +487 -47
  355. data/rdoc/RubyXL/ShapeTextRectangle.html +487 -47
  356. data/rdoc/RubyXL/SharedStringsTable.html +775 -137
  357. data/rdoc/RubyXL/Sheet.html +487 -47
  358. data/rdoc/RubyXL/SheetCalculationProperties.html +487 -47
  359. data/rdoc/RubyXL/SheetData.html +572 -78
  360. data/rdoc/RubyXL/SheetDataExt.html +487 -47
  361. data/rdoc/RubyXL/SheetDataSet.html +487 -47
  362. data/rdoc/RubyXL/SheetMetadata.html +510 -50
  363. data/rdoc/RubyXL/SheetName.html +487 -47
  364. data/rdoc/RubyXL/SheetNames.html +487 -47
  365. data/rdoc/RubyXL/Sheets.html +487 -47
  366. data/rdoc/RubyXL/SlicerCacheFile.html +510 -50
  367. data/rdoc/RubyXL/SlicerFile.html +510 -50
  368. data/rdoc/RubyXL/SmartTagProperties.html +487 -47
  369. data/rdoc/RubyXL/SmartTagType.html +487 -47
  370. data/rdoc/RubyXL/SmartTagTypes.html +487 -47
  371. data/rdoc/RubyXL/SmartTags.html +487 -47
  372. data/rdoc/RubyXL/SortCondition.html +487 -47
  373. data/rdoc/RubyXL/SortState.html +487 -47
  374. data/rdoc/RubyXL/Sqref.html +599 -81
  375. data/rdoc/RubyXL/Stop.html +487 -47
  376. data/rdoc/RubyXL/StringNode.html +493 -47
  377. data/rdoc/RubyXL/StringNodeW3C.html +598 -80
  378. data/rdoc/RubyXL/StringValue.html +493 -47
  379. data/rdoc/RubyXL/Stylesheet.html +707 -114
  380. data/rdoc/RubyXL/TableFile.html +510 -50
  381. data/rdoc/RubyXL/TableParts.html +493 -47
  382. data/rdoc/RubyXL/TableStyle.html +487 -47
  383. data/rdoc/RubyXL/TableStyles.html +487 -47
  384. data/rdoc/RubyXL/Text.html +591 -83
  385. data/rdoc/RubyXL/TextImportSettings.html +487 -47
  386. data/rdoc/RubyXL/Theme.html +651 -103
  387. data/rdoc/RubyXL/ThemeElements.html +487 -47
  388. data/rdoc/RubyXL/ThumbnailFile.html +510 -50
  389. data/rdoc/RubyXL/Top10.html +487 -47
  390. data/rdoc/RubyXL/VMLDrawingFile.html +530 -56
  391. data/rdoc/RubyXL/Variant.html +487 -47
  392. data/rdoc/RubyXL/Vector.html +540 -68
  393. data/rdoc/RubyXL/VectorValue.html +493 -47
  394. data/rdoc/RubyXL/VisualProperties.html +487 -47
  395. data/rdoc/RubyXL/WebPublishObject.html +487 -47
  396. data/rdoc/RubyXL/WebPublishObjects.html +487 -47
  397. data/rdoc/RubyXL/WebPublishingItem.html +487 -47
  398. data/rdoc/RubyXL/WebPublishingItems.html +487 -47
  399. data/rdoc/RubyXL/WebPublishingProperties.html +487 -47
  400. data/rdoc/RubyXL/WebQueryProperties.html +487 -47
  401. data/rdoc/RubyXL/Workbook.html +1560 -367
  402. data/rdoc/RubyXL/WorkbookConvenienceMethods.html +1069 -226
  403. data/rdoc/RubyXL/WorkbookProperties.html +487 -47
  404. data/rdoc/RubyXL/WorkbookProtection.html +487 -47
  405. data/rdoc/RubyXL/WorkbookRoot.html +741 -123
  406. data/rdoc/RubyXL/WorkbookView.html +487 -47
  407. data/rdoc/RubyXL/WorkbookViews.html +487 -47
  408. data/rdoc/RubyXL/Worksheet.html +840 -154
  409. data/rdoc/RubyXL/WorksheetConvenienceMethods.html +2725 -699
  410. data/rdoc/RubyXL/WorksheetDimensions.html +487 -47
  411. data/rdoc/RubyXL/WorksheetFormatProperties.html +493 -47
  412. data/rdoc/RubyXL/WorksheetProperties.html +487 -47
  413. data/rdoc/RubyXL/WorksheetProtection.html +487 -47
  414. data/rdoc/RubyXL/WorksheetView.html +487 -47
  415. data/rdoc/RubyXL/WorksheetViews.html +487 -47
  416. data/rdoc/RubyXL/XF.html +487 -47
  417. data/rdoc/RubyXL.html +1200 -163
  418. data/rdoc/created.rid +38 -38
  419. data/rdoc/css/rdoc.css +1670 -354
  420. data/rdoc/index.html +418 -433
  421. data/rdoc/js/aliki.js +511 -0
  422. data/rdoc/js/bash_highlighter.js +167 -0
  423. data/rdoc/js/c_highlighter.js +299 -0
  424. data/rdoc/js/{search.js → search_controller.js} +31 -12
  425. data/rdoc/js/search_data.js +1 -0
  426. data/rdoc/js/{navigation.js → search_navigation.js} +10 -10
  427. data/rdoc/js/search_ranker.js +239 -0
  428. data/rdoc/js/theme-toggle.js +112 -0
  429. data/rubyXL.gemspec +27 -70
  430. data/spec/lib/cell_spec.rb +56 -4
  431. data/spec/lib/color_spec.rb +7 -0
  432. data/spec/lib/parser_spec.rb +8 -5
  433. data/spec/lib/reference_spec.rb +69 -6
  434. data/spec/lib/rgb_color_spec.rb +2 -0
  435. data/spec/lib/stylesheet_spec.rb +2 -0
  436. data/spec/lib/text_spec.rb +3 -1
  437. data/spec/lib/workbook_spec.rb +6 -4
  438. data/spec/lib/worksheet_spec.rb +29 -17
  439. metadata +31 -47
  440. data/Gemfile.lock +0 -124
  441. data/rdoc/css/fonts.css +0 -167
  442. data/rdoc/fonts/Lato-Light.ttf +0 -0
  443. data/rdoc/fonts/Lato-LightItalic.ttf +0 -0
  444. data/rdoc/fonts/Lato-Regular.ttf +0 -0
  445. data/rdoc/fonts/Lato-RegularItalic.ttf +0 -0
  446. data/rdoc/fonts/SourceCodePro-Bold.ttf +0 -0
  447. data/rdoc/fonts/SourceCodePro-Regular.ttf +0 -0
  448. data/rdoc/images/add.png +0 -0
  449. data/rdoc/images/arrow_up.png +0 -0
  450. data/rdoc/images/brick.png +0 -0
  451. data/rdoc/images/brick_link.png +0 -0
  452. data/rdoc/images/bug.png +0 -0
  453. data/rdoc/images/bullet_black.png +0 -0
  454. data/rdoc/images/bullet_toggle_minus.png +0 -0
  455. data/rdoc/images/bullet_toggle_plus.png +0 -0
  456. data/rdoc/images/date.png +0 -0
  457. data/rdoc/images/delete.png +0 -0
  458. data/rdoc/images/find.png +0 -0
  459. data/rdoc/images/loadingAnimation.gif +0 -0
  460. data/rdoc/images/macFFBgHack.png +0 -0
  461. data/rdoc/images/package.png +0 -0
  462. data/rdoc/images/page_green.png +0 -0
  463. data/rdoc/images/page_white_text.png +0 -0
  464. data/rdoc/images/page_white_width.png +0 -0
  465. data/rdoc/images/plugin.png +0 -0
  466. data/rdoc/images/ruby.png +0 -0
  467. data/rdoc/images/tag_blue.png +0 -0
  468. data/rdoc/images/tag_green.png +0 -0
  469. data/rdoc/images/transparent.png +0 -0
  470. data/rdoc/images/wrench.png +0 -0
  471. data/rdoc/images/wrench_orange.png +0 -0
  472. data/rdoc/images/zoom.png +0 -0
  473. data/rdoc/js/darkfish.js +0 -84
  474. data/rdoc/js/navigation.js.gz +0 -0
  475. data/rdoc/js/search_index.js +0 -1
  476. data/rdoc/js/search_index.js.gz +0 -0
  477. data/rdoc/js/searcher.js +0 -229
  478. data/rdoc/js/searcher.js.gz +0 -0
  479. data/rdoc/table_of_contents.html +0 -3010
@@ -1,115 +1,564 @@
1
1
  <!DOCTYPE html>
2
2
 
3
- <html>
3
+ <html lang="en">
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
7
 
7
- <title>module RubyXL::CellConvenienceMethods - rubyXL 3.4.25</title>
8
+ <title>module RubyXL::CellConvenienceMethods - rubyXL 3.4.38</title>
8
9
 
9
- <script type="text/javascript">
10
- var rdoc_rel_prefix = "../";
11
- var index_rel_prefix = "../";
12
- </script>
13
10
 
14
- <script src="../js/navigation.js" defer></script>
15
- <script src="../js/search.js" defer></script>
16
- <script src="../js/search_index.js" defer></script>
17
- <script src="../js/searcher.js" defer></script>
18
- <script src="../js/darkfish.js" defer></script>
11
+ <meta
12
+ name="keywords"
13
+ content="ruby,module,RubyXL::CellConvenienceMethods"
14
+ >
19
15
 
20
- <link href="../css/fonts.css" rel="stylesheet">
21
- <link href="../css/rdoc.css" rel="stylesheet">
16
+ <meta
17
+ name="description"
18
+ content="Documentation for the RubyXL::CellConvenienceMethods module"
19
+ >
22
20
 
23
21
 
24
- <body id="top" role="document" class="module">
25
- <nav role="navigation">
26
- <div id="project-navigation">
27
- <div id="home-section" role="region" title="Quick navigation" class="nav-section">
28
- <h2>
29
- <a href="../index.html" rel="home">Home</a>
30
- </h2>
31
22
 
32
- <div id="table-of-contents-navigation">
33
- <a href="../table_of_contents.html#pages">Pages</a>
34
- <a href="../table_of_contents.html#classes">Classes</a>
35
- <a href="../table_of_contents.html#methods">Methods</a>
36
- </div>
37
- </div>
38
23
 
39
- <div id="search-section" role="search" class="project-section initially-hidden">
40
- <form action="#" method="get" accept-charset="utf-8">
41
- <div id="search-field-wrapper">
24
+
25
+ <!-- Open Graph / Facebook -->
26
+ <meta property="og:type" content="website">
27
+ <meta property="og:title" content="module RubyXL::CellConvenienceMethods - rubyXL 3.4.38">
28
+
29
+
30
+
31
+ <meta
32
+ property="og:description"
33
+ content="Documentation for RubyXL::CellConvenienceMethods module - API reference and code examples"
34
+ >
35
+
36
+
37
+
38
+
39
+
40
+ <!-- Twitter -->
41
+ <meta name="twitter:card" content="summary">
42
+ <meta name="twitter:title" content="module RubyXL::CellConvenienceMethods - rubyXL 3.4.38">
43
+
44
+
45
+
46
+ <meta
47
+ name="twitter:description"
48
+ content="Documentation for RubyXL::CellConvenienceMethods module - API reference and code examples"
49
+ >
50
+
51
+
52
+
53
+ <script type="text/javascript">
54
+ var rdoc_rel_prefix = "../";
55
+ var index_rel_prefix = "../";
56
+ </script>
57
+
58
+ <script
59
+ src="../js/theme-toggle.js?v=7.2.0"
60
+ ></script>
61
+
62
+ <script
63
+ src="../js/search_navigation.js?v=7.2.0"
64
+ defer
65
+ ></script>
66
+
67
+ <script
68
+ src="../js/search_data.js?v=7.2.0"
69
+ defer
70
+ ></script>
71
+
72
+ <script
73
+ src="../js/search_ranker.js?v=7.2.0"
74
+ defer
75
+ ></script>
76
+
77
+ <script
78
+ src="../js/search_controller.js?v=7.2.0"
79
+ defer
80
+ ></script>
81
+
82
+ <script
83
+ src="../js/c_highlighter.js?v=7.2.0"
84
+ defer
85
+ ></script>
86
+
87
+ <script
88
+ src="../js/bash_highlighter.js?v=7.2.0"
89
+ defer
90
+ ></script>
91
+
92
+ <script
93
+ src="../js/aliki.js?v=7.2.0"
94
+ defer
95
+ ></script>
96
+
97
+ <link
98
+ href="../css/rdoc.css?v=7.2.0"
99
+ rel="stylesheet"
100
+ >
101
+
102
+
103
+
104
+
105
+ <body role="document" class="module has-toc">
106
+ <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
107
+ <!-- Chevron (right arrow) - used for expand/collapse -->
108
+ <symbol
109
+ id="icon-chevron"
110
+ viewBox="0 0 24 24"
111
+ fill="none"
112
+ stroke="currentColor"
113
+ stroke-width="2"
114
+ stroke-linecap="round"
115
+ stroke-linejoin="round"
116
+ >
117
+ <polyline points="9 18 15 12 9 6"></polyline>
118
+ </symbol>
119
+
120
+ <!-- File/Document - Pages section -->
121
+ <symbol
122
+ id="icon-file"
123
+ viewBox="0 0 24 24"
124
+ fill="none"
125
+ stroke="currentColor"
126
+ stroke-width="2"
127
+ stroke-linecap="round"
128
+ stroke-linejoin="round"
129
+ >
130
+ <path
131
+ d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"
132
+ ></path>
133
+
134
+ <polyline points="14 2 14 8 20 8"></polyline>
135
+ </symbol>
136
+
137
+ <!-- Layers/Stack - Classes and Modules section -->
138
+ <symbol
139
+ id="icon-layers"
140
+ viewBox="0 0 24 24"
141
+ fill="none"
142
+ stroke="currentColor"
143
+ stroke-width="2"
144
+ stroke-linecap="round"
145
+ stroke-linejoin="round"
146
+ >
147
+ <polygon points="12 2 2 7 12 12 22 7 12 2"></polygon>
148
+ <polyline points="2 17 12 22 22 17"></polyline>
149
+ <polyline points="2 12 12 17 22 12"></polyline>
150
+ </symbol>
151
+
152
+ <!-- Curly braces with C - Class Methods section -->
153
+ <symbol
154
+ id="icon-class-methods"
155
+ viewBox="0 0 24 24"
156
+ fill="none"
157
+ stroke="currentColor"
158
+ stroke-width="2"
159
+ stroke-linecap="round"
160
+ stroke-linejoin="round"
161
+ >
162
+ <path d="M6 3C3.5 3 2 4.5 2 7v3c0 1.5-1 2-1 2s1 .5 1 2v5c0 2.5 1.5 4 4 4"></path>
163
+ <path d="M18 3c2.5 0 4 1.5 4 4v3c0 1.5 1 2 1 2s-1 .5-1 2v5c0 2.5-1.5 4-4 4"></path>
164
+
165
+ <text
166
+ x="12"
167
+ y="17"
168
+ text-anchor="middle"
169
+ font-size="13"
170
+ font-weight="bold"
171
+ fill="currentColor"
172
+ stroke="none"
173
+ >
174
+ C
175
+ </text>
176
+ </symbol>
177
+
178
+ <!-- Curly braces with I - Instance Methods section -->
179
+ <symbol
180
+ id="icon-instance-methods"
181
+ viewBox="0 0 24 24"
182
+ fill="none"
183
+ stroke="currentColor"
184
+ stroke-width="2"
185
+ stroke-linecap="round"
186
+ stroke-linejoin="round"
187
+ >
188
+ <path d="M6 3C3.5 3 2 4.5 2 7v3c0 1.5-1 2-1 2s1 .5 1 2v5c0 2.5 1.5 4 4 4"></path>
189
+ <path d="M18 3c2.5 0 4 1.5 4 4v3c0 1.5 1 2 1 2s-1 .5-1 2v5c0 2.5-1.5 4-4 4"></path>
190
+
191
+ <text
192
+ x="12"
193
+ y="17"
194
+ text-anchor="middle"
195
+ font-size="13"
196
+ font-weight="bold"
197
+ fill="currentColor"
198
+ stroke="none"
199
+ >
200
+ I
201
+ </text>
202
+ </symbol>
203
+
204
+ <!-- Double chevrons up - Ancestors section -->
205
+ <symbol
206
+ id="icon-ancestors"
207
+ viewBox="0 0 24 24"
208
+ fill="none"
209
+ stroke="currentColor"
210
+ stroke-width="2"
211
+ stroke-linecap="round"
212
+ stroke-linejoin="round"
213
+ >
214
+ <polyline points="17 11 12 6 7 11"></polyline>
215
+ <polyline points="17 18 12 13 7 18"></polyline>
216
+ </symbol>
217
+
218
+ <!-- User with plus - Included Modules section -->
219
+ <symbol
220
+ id="icon-includes"
221
+ viewBox="0 0 24 24"
222
+ fill="none"
223
+ stroke="currentColor"
224
+ stroke-width="2"
225
+ stroke-linecap="round"
226
+ stroke-linejoin="round"
227
+ >
228
+ <path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
229
+ <circle cx="8.5" cy="7" r="4"></circle>
230
+
231
+ <line
232
+ x1="20"
233
+ y1="8"
234
+ x2="20"
235
+ y2="14"
236
+ ></line>
237
+
238
+ <line
239
+ x1="23"
240
+ y1="11"
241
+ x2="17"
242
+ y2="11"
243
+ ></line>
244
+ </symbol>
245
+
246
+ <!-- User with check - Extended Modules section -->
247
+ <symbol
248
+ id="icon-extends"
249
+ viewBox="0 0 24 24"
250
+ fill="none"
251
+ stroke="currentColor"
252
+ stroke-width="2"
253
+ stroke-linecap="round"
254
+ stroke-linejoin="round"
255
+ >
256
+ <path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
257
+ <circle cx="8.5" cy="7" r="4"></circle>
258
+ <polyline points="17 11 19 13 23 9"></polyline>
259
+ </symbol>
260
+
261
+ <!-- List - Sections section -->
262
+ <symbol
263
+ id="icon-list"
264
+ viewBox="0 0 24 24"
265
+ fill="none"
266
+ stroke="currentColor"
267
+ stroke-width="2"
268
+ stroke-linecap="round"
269
+ stroke-linejoin="round"
270
+ >
271
+ <line
272
+ x1="8"
273
+ y1="6"
274
+ x2="21"
275
+ y2="6"
276
+ ></line>
277
+
278
+ <line
279
+ x1="8"
280
+ y1="12"
281
+ x2="21"
282
+ y2="12"
283
+ ></line>
284
+
285
+ <line
286
+ x1="8"
287
+ y1="18"
288
+ x2="21"
289
+ y2="18"
290
+ ></line>
291
+
292
+ <line
293
+ x1="3"
294
+ y1="6"
295
+ x2="3.01"
296
+ y2="6"
297
+ ></line>
298
+
299
+ <line
300
+ x1="3"
301
+ y1="12"
302
+ x2="3.01"
303
+ y2="12"
304
+ ></line>
305
+
306
+ <line
307
+ x1="3"
308
+ y1="18"
309
+ x2="3.01"
310
+ y2="18"
311
+ ></line>
312
+ </symbol>
313
+ </svg>
314
+
315
+ <header class="top-navbar">
316
+ <a href="../index.html" class="navbar-brand">
317
+ rubyXL 3.4.38
318
+ </a>
319
+
320
+ <!-- Desktop search bar -->
321
+ <div class="navbar-search navbar-search-desktop" role="search">
322
+ <form action="#" method="get" accept-charset="utf-8">
42
323
  <input id="search-field" role="combobox" aria-label="Search"
43
- aria-autocomplete="list" aria-controls="search-results"
44
- type="text" name="search" placeholder="Search" spellcheck="false"
324
+ aria-autocomplete="list" aria-controls="search-results-desktop"
325
+ type="text" name="search" placeholder="Search (/) for a class, method..."
326
+ spellcheck="false" autocomplete="off"
45
327
  title="Type to search, Up and Down to navigate, Enter to load">
328
+ <ul id="search-results-desktop" aria-label="Search Results"
329
+ aria-busy="false" aria-expanded="false"
330
+ aria-atomic="false" class="initially-hidden search-results"></ul>
331
+ </form>
332
+ </div>
333
+
334
+ <!-- Mobile search icon button -->
335
+ <button id="search-toggle" class="navbar-search-mobile" aria-label="Open search" type="button">
336
+ <span aria-hidden="true">🔍</span>
337
+ </button>
338
+
339
+ <!-- Theme toggle button -->
340
+ <button id="theme-toggle" class="theme-toggle" aria-label="Switch to dark mode" type="button">
341
+ <span class="theme-toggle-icon" aria-hidden="true">🌙</span>
342
+ </button>
343
+ </header>
344
+
345
+ <!-- Search Modal (Mobile) -->
346
+ <div id="search-modal" class="search-modal" hidden aria-modal="true" role="dialog" aria-label="Search">
347
+ <div class="search-modal-backdrop"></div>
348
+ <div class="search-modal-content">
349
+ <div class="search-modal-header">
350
+ <form class="search-modal-form" action="#" method="get" accept-charset="utf-8">
351
+ <span class="search-modal-icon" aria-hidden="true">🔍</span>
352
+ <input id="search-field-mobile" role="combobox" aria-label="Search"
353
+ aria-autocomplete="list" aria-controls="search-results-mobile"
354
+ type="text" name="search" placeholder="Search documentation"
355
+ spellcheck="false" autocomplete="off">
356
+ <button type="button" class="search-modal-close" aria-label="Close search" id="search-modal-close">
357
+ <span aria-hidden="true">esc</span>
358
+ </button>
359
+ </form>
46
360
  </div>
361
+ <div class="search-modal-body">
362
+ <ul id="search-results-mobile" aria-label="Search Results"
363
+ aria-busy="false" aria-expanded="false"
364
+ aria-atomic="false" class="search-results search-modal-results initially-hidden"></ul>
365
+ <div class="search-modal-empty">
366
+ <p>No recent searches</p>
367
+ </div>
368
+ </div>
369
+ </div>
370
+ </div>
47
371
 
48
- <ul id="search-results" aria-label="Search Results"
49
- aria-busy="false" aria-expanded="false"
50
- aria-atomic="false" class="initially-hidden"></ul>
51
- </form>
372
+ <div id="navigation-toggle" role="button" tabindex="0" aria-label="Toggle sidebar" aria-expanded="true" aria-controls="navigation">
373
+ <span aria-hidden="true">&#9776;</span>
52
374
  </div>
53
375
 
376
+
377
+ <nav id="navigation" role="navigation" hidden>
378
+
379
+
380
+
381
+
382
+
383
+ <div id="fileindex-section" class="nav-section">
384
+ <details class="nav-section-collapsible" >
385
+ <summary class="nav-section-header">
386
+ <span class="nav-section-icon">
387
+ <svg>
388
+ <use href="#icon-file"></use>
389
+ </svg>
390
+ </span>
391
+
392
+ <span class="nav-section-title">Pages</span>
393
+
394
+ <span class="nav-section-chevron">
395
+ <svg>
396
+ <use href="#icon-chevron"></use>
397
+ </svg>
398
+ </span>
399
+ </summary>
400
+
401
+ <ul class="nav-list">
402
+
403
+
404
+
405
+
406
+
407
+
408
+ <li>
409
+ <a href="../README_rdoc.html">
410
+ README
411
+ </a>
412
+ </li>
413
+
414
+ </ul>
415
+ </details>
54
416
  </div>
55
417
 
418
+
56
419
 
57
420
 
58
- <div id="class-metadata">
59
-
60
-
61
-
62
-
63
-
64
- <!-- Method Quickref -->
65
- <div id="method-list-section" class="nav-section">
66
- <h3>Methods</h3>
67
-
68
- <ul class="link-list" role="directory">
69
- <li ><a href="#method-i-add_hyperlink">#add_hyperlink</a>
70
- <li ><a href="#method-i-change_border">#change_border</a>
71
- <li ><a href="#method-i-change_border_color">#change_border_color</a>
72
- <li ><a href="#method-i-change_contents">#change_contents</a>
73
- <li ><a href="#method-i-change_fill">#change_fill</a>
74
- <li ><a href="#method-i-change_font_bold">#change_font_bold</a>
75
- <li ><a href="#method-i-change_font_color">#change_font_color</a>
76
- <li ><a href="#method-i-change_font_italics">#change_font_italics</a>
77
- <li ><a href="#method-i-change_font_name">#change_font_name</a>
78
- <li ><a href="#method-i-change_font_size">#change_font_size</a>
79
- <li ><a href="#method-i-change_font_strikethrough">#change_font_strikethrough</a>
80
- <li ><a href="#method-i-change_font_underline">#change_font_underline</a>
81
- <li ><a href="#method-i-change_horizontal_alignment">#change_horizontal_alignment</a>
82
- <li ><a href="#method-i-change_shrink_to_fit">#change_shrink_to_fit</a>
83
- <li ><a href="#method-i-change_text_indent">#change_text_indent</a>
84
- <li ><a href="#method-i-change_text_rotation">#change_text_rotation</a>
85
- <li ><a href="#method-i-change_text_wrap">#change_text_wrap</a>
86
- <li ><a href="#method-i-change_vertical_alignment">#change_vertical_alignment</a>
87
- <li ><a href="#method-i-fill_color">#fill_color</a>
88
- <li ><a href="#method-i-font_color">#font_color</a>
89
- <li ><a href="#method-i-font_name">#font_name</a>
90
- <li ><a href="#method-i-font_size">#font_size</a>
91
- <li ><a href="#method-i-font_switch">#font_switch</a>
92
- <li ><a href="#method-i-get_border">#get_border</a>
93
- <li ><a href="#method-i-get_border_color">#get_border_color</a>
94
- <li ><a href="#method-i-horizontal_alignment">#horizontal_alignment</a>
95
- <li ><a href="#method-i-is_bolded">#is_bolded</a>
96
- <li ><a href="#method-i-is_italicized">#is_italicized</a>
97
- <li ><a href="#method-i-is_struckthrough">#is_struckthrough</a>
98
- <li ><a href="#method-i-is_underlined">#is_underlined</a>
99
- <li ><a href="#method-i-remove_formula">#remove_formula</a>
100
- <li ><a href="#method-i-set_number_format">#set_number_format</a>
101
- <li ><a href="#method-i-text_indent">#text_indent</a>
102
- <li ><a href="#method-i-text_rotation">#text_rotation</a>
103
- <li ><a href="#method-i-text_wrap">#text_wrap</a>
104
- <li ><a href="#method-i-vertical_alignment">#vertical_alignment</a>
105
- </ul>
106
- </div>
421
+
422
+
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+ <div class="nav-section">
431
+ <details class="nav-section-collapsible" open>
432
+ <summary class="nav-section-header">
433
+ <span class="nav-section-icon">
434
+ <svg><use href="#icon-instance-methods"></use></svg>
435
+ </span>
436
+ <span class="nav-section-title">Instance Methods</span>
437
+ <span class="nav-section-chevron">
438
+ <svg><use href="#icon-chevron"></use></svg>
439
+ </span>
440
+ </summary>
441
+ <ul class="nav-list" role="directory">
442
+
443
+ <li ><a href="#method-i-add_hyperlink">add_hyperlink</a></li>
444
+
445
+ <li ><a href="#method-i-add_shared_string">add_shared_string</a></li>
446
+
447
+ <li ><a href="#method-i-change_border">change_border</a></li>
448
+
449
+ <li ><a href="#method-i-change_border_color">change_border_color</a></li>
450
+
451
+ <li ><a href="#method-i-change_contents">change_contents</a></li>
452
+
453
+ <li ><a href="#method-i-change_fill">change_fill</a></li>
454
+
455
+ <li ><a href="#method-i-change_font_bold">change_font_bold</a></li>
456
+
457
+ <li ><a href="#method-i-change_font_color">change_font_color</a></li>
458
+
459
+ <li ><a href="#method-i-change_font_italics">change_font_italics</a></li>
107
460
 
461
+ <li ><a href="#method-i-change_font_name">change_font_name</a></li>
462
+
463
+ <li ><a href="#method-i-change_font_size">change_font_size</a></li>
464
+
465
+ <li ><a href="#method-i-change_font_strikethrough">change_font_strikethrough</a></li>
466
+
467
+ <li ><a href="#method-i-change_font_underline">change_font_underline</a></li>
468
+
469
+ <li ><a href="#method-i-change_horizontal_alignment">change_horizontal_alignment</a></li>
470
+
471
+ <li ><a href="#method-i-change_shrink_to_fit">change_shrink_to_fit</a></li>
472
+
473
+ <li ><a href="#method-i-change_text_indent">change_text_indent</a></li>
474
+
475
+ <li ><a href="#method-i-change_text_rotation">change_text_rotation</a></li>
476
+
477
+ <li ><a href="#method-i-change_text_wrap">change_text_wrap</a></li>
478
+
479
+ <li ><a href="#method-i-change_vertical_alignment">change_vertical_alignment</a></li>
480
+
481
+ <li ><a href="#method-i-fill_color">fill_color</a></li>
482
+
483
+ <li ><a href="#method-i-font_color">font_color</a></li>
484
+
485
+ <li ><a href="#method-i-font_name">font_name</a></li>
486
+
487
+ <li ><a href="#method-i-font_size">font_size</a></li>
488
+
489
+ <li ><a href="#method-i-font_switch">font_switch</a></li>
490
+
491
+ <li ><a href="#method-i-get_border">get_border</a></li>
492
+
493
+ <li ><a href="#method-i-get_border_color">get_border_color</a></li>
494
+
495
+ <li ><a href="#method-i-horizontal_alignment">horizontal_alignment</a></li>
496
+
497
+ <li ><a href="#method-i-is_bolded">is_bolded</a></li>
498
+
499
+ <li ><a href="#method-i-is_italicized">is_italicized</a></li>
500
+
501
+ <li ><a href="#method-i-is_struckthrough">is_struckthrough</a></li>
502
+
503
+ <li ><a href="#method-i-is_underlined">is_underlined</a></li>
504
+
505
+ <li ><a href="#method-i-remove_formula">remove_formula</a></li>
506
+
507
+ <li ><a href="#method-i-set_number_format">set_number_format</a></li>
508
+
509
+ <li ><a href="#method-i-text_indent">text_indent</a></li>
510
+
511
+ <li ><a href="#method-i-text_rotation">text_rotation</a></li>
512
+
513
+ <li ><a href="#method-i-text_wrap">text_wrap</a></li>
514
+
515
+ <li ><a href="#method-i-vertical_alignment">vertical_alignment</a></li>
516
+
517
+ </ul>
518
+ </details>
108
519
  </div>
520
+
521
+
522
+ <div id="classindex-section" class="nav-section">
523
+ <details class="nav-section-collapsible" open>
524
+ <summary class="nav-section-header">
525
+ <span class="nav-section-icon">
526
+ <svg><use href="#icon-layers"></use></svg>
527
+ </span>
528
+ <span class="nav-section-title">Classes and Modules</span>
529
+ <span class="nav-section-chevron">
530
+ <svg><use href="#icon-chevron"></use></svg>
531
+ </span>
532
+ </summary>
533
+
534
+ <ul class="link-list nav-list"><li><details open><summary><code><a href="../RubyXL.html">RubyXL</a></code></summary><ul class="link-list nav-list"><li><code><a href="../RubyXL/AExtension.html">AExtension</a></code></li><li><code><a href="../RubyXL/AExtensionStorageArea.html">AExtensionStorageArea</a></code></li><li><code><a href="../RubyXL/ActiveX.html">ActiveX</a></code></li><li><code><a href="../RubyXL/ActiveXBinary.html">ActiveXBinary</a></code></li><li><code><a href="../RubyXL/AdjustHandleList.html">AdjustHandleList</a></code></li><li><code><a href="../RubyXL/Alignment.html">Alignment</a></code></li><li><code><a href="../RubyXL/AlternateContent.html">AlternateContent</a></code></li><li><code><a href="../RubyXL/AlternateUrls.html">AlternateUrls</a></code></li><li><code><a href="../RubyXL/Authors.html">Authors</a></code></li><li><code><a href="../RubyXL/AutoFilter.html">AutoFilter</a></code></li><li><code><a href="../RubyXL/AutoFilterColumn.html">AutoFilterColumn</a></code></li><li><code><a href="../RubyXL/BinaryImageFile.html">BinaryImageFile</a></code></li><li><code><a href="../RubyXL/BodyProperties.html">BodyProperties</a></code></li><li><code><a href="../RubyXL/BooleanNode.html">BooleanNode</a></code></li><li><code><a href="../RubyXL/BooleanValue.html">BooleanValue</a></code></li><li><code><a href="../RubyXL/Border.html">Border</a></code></li><li><code><a href="../RubyXL/BorderEdge.html">BorderEdge</a></code></li><li><code><a href="../RubyXL/Borders.html">Borders</a></code></li><li><code><a href="../RubyXL/Break.html">Break</a></code></li><li><code><a href="../RubyXL/BreakList.html">BreakList</a></code></li><li><code><a href="../RubyXL/CT_AdjPoint2D.html">CT_AdjPoint2D</a></code></li><li><code><a href="../RubyXL/CT_AlphaBiLevelEffect.html">CT_AlphaBiLevelEffect</a></code></li><li><code><a href="../RubyXL/CT_AlphaModulateEffect.html">CT_AlphaModulateEffect</a></code></li><li><code><a href="../RubyXL/CT_AlphaModulateFixedEffect.html">CT_AlphaModulateFixedEffect</a></code></li><li><code><a href="../RubyXL/CT_AlphaOutsetEffect.html">CT_AlphaOutsetEffect</a></code></li><li><code><a href="../RubyXL/CT_AlphaReplaceEffect.html">CT_AlphaReplaceEffect</a></code></li><li><code><a href="../RubyXL/CT_Backdrop.html">CT_Backdrop</a></code></li><li><code><a href="../RubyXL/CT_Bevel.html">CT_Bevel</a></code></li><li><code><a href="../RubyXL/CT_BiLevelEffect.html">CT_BiLevelEffect</a></code></li><li><code><a href="../RubyXL/CT_BlendEffect.html">CT_BlendEffect</a></code></li><li><code><a href="../RubyXL/CT_Blip.html">CT_Blip</a></code></li><li><code><a href="../RubyXL/CT_BlipFillProperties.html">CT_BlipFillProperties</a></code></li><li><code><a href="../RubyXL/CT_BlurEffect.html">CT_BlurEffect</a></code></li><li><code><a href="../RubyXL/CT_Camera.html">CT_Camera</a></code></li><li><code><a href="../RubyXL/CT_Color.html">CT_Color</a></code></li><li><code><a href="../RubyXL/CT_ColorChangeEffect.html">CT_ColorChangeEffect</a></code></li><li><code><a href="../RubyXL/CT_ColorMapping.html">CT_ColorMapping</a></code></li><li><code><a href="../RubyXL/CT_ColorScheme.html">CT_ColorScheme</a></code></li><li><code><a href="../RubyXL/CT_ColorSchemeAndMapping.html">CT_ColorSchemeAndMapping</a></code></li><li><code><a href="../RubyXL/CT_ConnectionSite.html">CT_ConnectionSite</a></code></li><li><code><a href="../RubyXL/CT_ConnectionSiteList.html">CT_ConnectionSiteList</a></code></li><li><code><a href="../RubyXL/CT_DashStop.html">CT_DashStop</a></code></li><li><code><a href="../RubyXL/CT_DashStopList.html">CT_DashStopList</a></code></li><li><code><a href="../RubyXL/CT_DefaultShapeDefinition.html">CT_DefaultShapeDefinition</a></code></li><li><code><a href="../RubyXL/CT_DuotoneEffect.html">CT_DuotoneEffect</a></code></li><li><code><a href="../RubyXL/CT_EffectContainer.html">CT_EffectContainer</a></code></li><li><code><a href="../RubyXL/CT_EffectList.html">CT_EffectList</a></code></li><li><code><a href="../RubyXL/CT_EffectReference.html">CT_EffectReference</a></code></li><li><code><a href="../RubyXL/CT_EffectStyleItem.html">CT_EffectStyleItem</a></code></li><li><code><a href="../RubyXL/CT_EffectStyleList.html">CT_EffectStyleList</a></code></li><li><code><a href="../RubyXL/CT_EmbeddedWAVAudioFile.html">CT_EmbeddedWAVAudioFile</a></code></li><li><code><a href="../RubyXL/CT_FillEffect.html">CT_FillEffect</a></code></li><li><code><a href="../RubyXL/CT_FillOverlayEffect.html">CT_FillOverlayEffect</a></code></li><li><code><a href="../RubyXL/CT_FillStyleList.html">CT_FillStyleList</a></code></li><li><code><a href="../RubyXL/CT_FlatText.html">CT_FlatText</a></code></li><li><code><a href="../RubyXL/CT_FontCollection.html">CT_FontCollection</a></code></li><li><code><a href="../RubyXL/CT_FontReference.html">CT_FontReference</a></code></li><li><code><a href="../RubyXL/CT_GeomGuideList.html">CT_GeomGuideList</a></code></li><li><code><a href="../RubyXL/CT_GlowEffect.html">CT_GlowEffect</a></code></li><li><code><a href="../RubyXL/CT_GradientFillProperties.html">CT_GradientFillProperties</a></code></li><li><code><a href="../RubyXL/CT_GradientStop.html">CT_GradientStop</a></code></li><li><code><a href="../RubyXL/CT_GradientStopList.html">CT_GradientStopList</a></code></li><li><code><a href="../RubyXL/CT_HSLEffect.html">CT_HSLEffect</a></code></li><li><code><a href="../RubyXL/CT_HslColor.html">CT_HslColor</a></code></li><li><code><a href="../RubyXL/CT_Hyperlink.html">CT_Hyperlink</a></code></li><li><code><a href="../RubyXL/CT_InnerShadowEffect.html">CT_InnerShadowEffect</a></code></li><li><code><a href="../RubyXL/CT_LightRig.html">CT_LightRig</a></code></li><li><code><a href="../RubyXL/CT_LineEndProperties.html">CT_LineEndProperties</a></code></li><li><code><a href="../RubyXL/CT_LineJoinMiterProperties.html">CT_LineJoinMiterProperties</a></code></li><li><code><a href="../RubyXL/CT_LineProperties.html">CT_LineProperties</a></code></li><li><code><a href="../RubyXL/CT_LineStyleList.html">CT_LineStyleList</a></code></li><li><code><a href="../RubyXL/CT_LinearShadeProperties.html">CT_LinearShadeProperties</a></code></li><li><code><a href="../RubyXL/CT_LuminanceEffect.html">CT_LuminanceEffect</a></code></li><li><code><a href="../RubyXL/CT_ObjectStyleDefaults.html">CT_ObjectStyleDefaults</a></code></li><li><code><a href="../RubyXL/CT_OuterShadowEffect.html">CT_OuterShadowEffect</a></code></li><li><code><a href="../RubyXL/CT_Path2D.html">CT_Path2D</a></code></li><li><code><a href="../RubyXL/CT_Path2DArcTo.html">CT_Path2DArcTo</a></code></li><li><code><a href="../RubyXL/CT_Path2DCubicBezierTo.html">CT_Path2DCubicBezierTo</a></code></li><li><code><a href="../RubyXL/CT_Path2DList.html">CT_Path2DList</a></code></li><li><code><a href="../RubyXL/CT_Path2DQuadBezierTo.html">CT_Path2DQuadBezierTo</a></code></li><li><code><a href="../RubyXL/CT_Path2DTo.html">CT_Path2DTo</a></code></li><li><code><a href="../RubyXL/CT_PathShadeProperties.html">CT_PathShadeProperties</a></code></li><li><code><a href="../RubyXL/CT_PatternFillProperties.html">CT_PatternFillProperties</a></code></li><li><code><a href="../RubyXL/CT_Point3D.html">CT_Point3D</a></code></li><li><code><a href="../RubyXL/CT_PolarAdjustHandle.html">CT_PolarAdjustHandle</a></code></li><li><code><a href="../RubyXL/CT_PresetColor.html">CT_PresetColor</a></code></li><li><code><a href="../RubyXL/CT_PresetLineDashProperties.html">CT_PresetLineDashProperties</a></code></li><li><code><a href="../RubyXL/CT_PresetShadowEffect.html">CT_PresetShadowEffect</a></code></li><li><code><a href="../RubyXL/CT_PresetTextShape.html">CT_PresetTextShape</a></code></li><li><code><a href="../RubyXL/CT_ReflectionEffect.html">CT_ReflectionEffect</a></code></li><li><code><a href="../RubyXL/CT_RelativeOffsetEffect.html">CT_RelativeOffsetEffect</a></code></li><li><code><a href="../RubyXL/CT_RelativeRect.html">CT_RelativeRect</a></code></li><li><code><a href="../RubyXL/CT_SRgbColor.html">CT_SRgbColor</a></code></li><li><code><a href="../RubyXL/CT_ScRgbColor.html">CT_ScRgbColor</a></code></li><li><code><a href="../RubyXL/CT_Scene3D.html">CT_Scene3D</a></code></li><li><code><a href="../RubyXL/CT_SchemeColor.html">CT_SchemeColor</a></code></li><li><code><a href="../RubyXL/CT_Shape3D.html">CT_Shape3D</a></code></li><li><code><a href="../RubyXL/CT_ShapeStyle.html">CT_ShapeStyle</a></code></li><li><code><a href="../RubyXL/CT_SoftEdgesEffect.html">CT_SoftEdgesEffect</a></code></li><li><code><a href="../RubyXL/CT_SphereCoords.html">CT_SphereCoords</a></code></li><li><code><a href="../RubyXL/CT_StretchInfoProperties.html">CT_StretchInfoProperties</a></code></li><li><code><a href="../RubyXL/CT_StyleMatrix.html">CT_StyleMatrix</a></code></li><li><code><a href="../RubyXL/CT_StyleMatrixReference.html">CT_StyleMatrixReference</a></code></li><li><code><a href="../RubyXL/CT_SupplementalFont.html">CT_SupplementalFont</a></code></li><li><code><a href="../RubyXL/CT_SystemColor.html">CT_SystemColor</a></code></li><li><code><a href="../RubyXL/CT_TextAutonumberBullet.html">CT_TextAutonumberBullet</a></code></li><li><code><a href="../RubyXL/CT_TextBlipBullet.html">CT_TextBlipBullet</a></code></li><li><code><a href="../RubyXL/CT_TextCharBullet.html">CT_TextCharBullet</a></code></li><li><code><a href="../RubyXL/CT_TextCharacterProperties.html">CT_TextCharacterProperties</a></code></li><li><code><a href="../RubyXL/CT_TextFont.html">CT_TextFont</a></code></li><li><code><a href="../RubyXL/CT_TextListStyle.html">CT_TextListStyle</a></code></li><li><code><a href="../RubyXL/CT_TextNormalAutofit.html">CT_TextNormalAutofit</a></code></li><li><code><a href="../RubyXL/CT_TextParagraphProperties.html">CT_TextParagraphProperties</a></code></li><li><code><a href="../RubyXL/CT_TextSpacing.html">CT_TextSpacing</a></code></li><li><code><a href="../RubyXL/CT_TextTabStop.html">CT_TextTabStop</a></code></li><li><code><a href="../RubyXL/CT_TextTabStopList.html">CT_TextTabStopList</a></code></li><li><code><a href="../RubyXL/CT_TileInfoProperties.html">CT_TileInfoProperties</a></code></li><li><code><a href="../RubyXL/CT_TintEffect.html">CT_TintEffect</a></code></li><li><code><a href="../RubyXL/CT_Transform2D.html">CT_Transform2D</a></code></li><li><code><a href="../RubyXL/CT_TransformEffect.html">CT_TransformEffect</a></code></li><li><code><a href="../RubyXL/CT_Vector3D.html">CT_Vector3D</a></code></li><li><code><a href="../RubyXL/CT_XYAdjustHandle.html">CT_XYAdjustHandle</a></code></li><li><code><a href="../RubyXL/CalculationChain.html">CalculationChain</a></code></li><li><code><a href="../RubyXL/CalculationChainCell.html">CalculationChainCell</a></code></li><li><code><a href="../RubyXL/CalculationProperties.html">CalculationProperties</a></code></li><li><code><a href="../RubyXL/Cell.html">Cell</a></code></li><li><code><a href="../RubyXL/CellConvenienceMethods.html">CellConvenienceMethods</a></code></li><li><code><a href="../RubyXL/CellExt.html">CellExt</a></code></li><li><code><a href="../RubyXL/CellSmartTag.html">CellSmartTag</a></code></li><li><code><a href="../RubyXL/CellSmartTagProperty.html">CellSmartTagProperty</a></code></li><li><code><a href="../RubyXL/CellSmartTags.html">CellSmartTags</a></code></li><li><code><a href="../RubyXL/CellStyle.html">CellStyle</a></code></li><li><code><a href="../RubyXL/CellStyleXFs.html">CellStyleXFs</a></code></li><li><code><a href="../RubyXL/CellStyles.html">CellStyles</a></code></li><li><code><a href="../RubyXL/CellValue.html">CellValue</a></code></li><li><code><a href="../RubyXL/CellWatch.html">CellWatch</a></code></li><li><code><a href="../RubyXL/CellWatches.html">CellWatches</a></code></li><li><code><a href="../RubyXL/CellXFs.html">CellXFs</a></code></li><li><code><a href="../RubyXL/ChartColorsFile.html">ChartColorsFile</a></code></li><li><code><a href="../RubyXL/ChartFile.html">ChartFile</a></code></li><li><code><a href="../RubyXL/ChartStyleFile.html">ChartStyleFile</a></code></li><li><code><a href="../RubyXL/ChartUserShapesFile.html">ChartUserShapesFile</a></code></li><li><code><a href="../RubyXL/Chartsheet.html">Chartsheet</a></code></li><li><code><a href="../RubyXL/ChartsheetPageSetup.html">ChartsheetPageSetup</a></code></li><li><code><a href="../RubyXL/ChartsheetProperties.html">ChartsheetProperties</a></code></li><li><code><a href="../RubyXL/ChartsheetProtection.html">ChartsheetProtection</a></code></li><li><code><a href="../RubyXL/ChartsheetView.html">ChartsheetView</a></code></li><li><code><a href="../RubyXL/ChartsheetViews.html">ChartsheetViews</a></code></li><li><code><a href="../RubyXL/Color.html">Color</a></code></li><li><details><summary><code><a href="../RubyXL/ColorConvenienceClasses.html">ColorConvenienceClasses</a></code></summary><ul class="link-list nav-list"><li><code><a href="../RubyXL/ColorConvenienceClasses/HlsColor.html">HlsColor</a></code></li><li><code><a href="../RubyXL/ColorConvenienceClasses/RgbColor.html">RgbColor</a></code></li></ul></details></li><li><code><a href="../RubyXL/ColorConvenienceMethods.html">ColorConvenienceMethods</a></code></li><li><code><a href="../RubyXL/ColorFilter.html">ColorFilter</a></code></li><li><code><a href="../RubyXL/ColorScale.html">ColorScale</a></code></li><li><code><a href="../RubyXL/ColorSet.html">ColorSet</a></code></li><li><code><a href="../RubyXL/Colors.html">Colors</a></code></li><li><code><a href="../RubyXL/ColumnRange.html">ColumnRange</a></code></li><li><code><a href="../RubyXL/ColumnRanges.html">ColumnRanges</a></code></li><li><code><a href="../RubyXL/Comment.html">Comment</a></code></li><li><code><a href="../RubyXL/CommentList.html">CommentList</a></code></li><li><code><a href="../RubyXL/CommentsFile.html">CommentsFile</a></code></li><li><code><a href="../RubyXL/ConditionalFormatValue.html">ConditionalFormatValue</a></code></li><li><code><a href="../RubyXL/ConditionalFormatting.html">ConditionalFormatting</a></code></li><li><code><a href="../RubyXL/ConditionalFormattingRule.html">ConditionalFormattingRule</a></code></li><li><code><a href="../RubyXL/Connection.html">Connection</a></code></li><li><code><a href="../RubyXL/ConnectionTable.html">ConnectionTable</a></code></li><li><code><a href="../RubyXL/ConnectionTables.html">ConnectionTables</a></code></li><li><code><a href="../RubyXL/ConnectionTextField.html">ConnectionTextField</a></code></li><li><code><a href="../RubyXL/ConnectionTextFields.html">ConnectionTextFields</a></code></li><li><code><a href="../RubyXL/Connections.html">Connections</a></code></li><li><code><a href="../RubyXL/ContentTypeDefault.html">ContentTypeDefault</a></code></li><li><code><a href="../RubyXL/ContentTypeOverride.html">ContentTypeOverride</a></code></li><li><code><a href="../RubyXL/ContentTypes.html">ContentTypes</a></code></li><li><code><a href="../RubyXL/ControlPropertiesFile.html">ControlPropertiesFile</a></code></li><li><code><a href="../RubyXL/CorePropertiesFile.html">CorePropertiesFile</a></code></li><li><code><a href="../RubyXL/CustomColor.html">CustomColor</a></code></li><li><code><a href="../RubyXL/CustomColorList.html">CustomColorList</a></code></li><li><code><a href="../RubyXL/CustomFilter.html">CustomFilter</a></code></li><li><code><a href="../RubyXL/CustomFilters.html">CustomFilters</a></code></li><li><code><a href="../RubyXL/CustomGeometry.html">CustomGeometry</a></code></li><li><code><a href="../RubyXL/CustomProperties.html">CustomProperties</a></code></li><li><code><a href="../RubyXL/CustomPropertiesFile.html">CustomPropertiesFile</a></code></li><li><code><a href="../RubyXL/CustomProperty.html">CustomProperty</a></code></li><li><code><a href="../RubyXL/CustomPropertyFile.html">CustomPropertyFile</a></code></li><li><code><a href="../RubyXL/CustomSheetView.html">CustomSheetView</a></code></li><li><code><a href="../RubyXL/CustomSheetViews.html">CustomSheetViews</a></code></li><li><code><a href="../RubyXL/CustomWorkbookView.html">CustomWorkbookView</a></code></li><li><code><a href="../RubyXL/CustomWorkbookViews.html">CustomWorkbookViews</a></code></li><li><code><a href="../RubyXL/CustomXMLFile.html">CustomXMLFile</a></code></li><li><code><a href="../RubyXL/DXF.html">DXF</a></code></li><li><code><a href="../RubyXL/DXFs.html">DXFs</a></code></li><li><code><a href="../RubyXL/DataBar.html">DataBar</a></code></li><li><code><a href="../RubyXL/DataConsolidate.html">DataConsolidate</a></code></li><li><code><a href="../RubyXL/DataConsolidationReference.html">DataConsolidationReference</a></code></li><li><code><a href="../RubyXL/DataConsolidationReferences.html">DataConsolidationReferences</a></code></li><li><code><a href="../RubyXL/DataType.html">DataType</a></code></li><li><code><a href="../RubyXL/DataValidation.html">DataValidation</a></code></li><li><code><a href="../RubyXL/DataValidations.html">DataValidations</a></code></li><li><code><a href="../RubyXL/DateGroupItem.html">DateGroupItem</a></code></li><li><code><a href="../RubyXL/DefinedName.html">DefinedName</a></code></li><li><code><a href="../RubyXL/DefinedNameExt.html">DefinedNameExt</a></code></li><li><code><a href="../RubyXL/DefinedNames.html">DefinedNames</a></code></li><li><code><a href="../RubyXL/DefinedNamesExt.html">DefinedNamesExt</a></code></li><li><code><a href="../RubyXL/DocumentPropertiesFile.html">DocumentPropertiesFile</a></code></li><li><code><a href="../RubyXL/DrawingFile.html">DrawingFile</a></code></li><li><code><a href="../RubyXL/DynamicFilter.html">DynamicFilter</a></code></li><li><code><a href="../RubyXL/EmbeddedControl.html">EmbeddedControl</a></code></li><li><code><a href="../RubyXL/EmbeddedControls.html">EmbeddedControls</a></code></li><li><code><a href="../RubyXL/Extension.html">Extension</a></code></li><li><code><a href="../RubyXL/ExtensionStorageArea.html">ExtensionStorageArea</a></code></li><li><code><a href="../RubyXL/Extents.html">Extents</a></code></li><li><code><a href="../RubyXL/ExternalBook.html">ExternalBook</a></code></li><li><code><a href="../RubyXL/ExternalLinksFile.html">ExternalLinksFile</a></code></li><li><code><a href="../RubyXL/ExternalReference.html">ExternalReference</a></code></li><li><code><a href="../RubyXL/ExternalReferences.html">ExternalReferences</a></code></li><li><code><a href="../RubyXL/ExtraColorSchemeList.html">ExtraColorSchemeList</a></code></li><li><code><a href="../RubyXL/FieldItem.html">FieldItem</a></code></li><li><code><a href="../RubyXL/FileRecoveryProperties.html">FileRecoveryProperties</a></code></li><li><code><a href="../RubyXL/FileSharing.html">FileSharing</a></code></li><li><code><a href="../RubyXL/FileVersion.html">FileVersion</a></code></li><li><code><a href="../RubyXL/Fill.html">Fill</a></code></li><li><code><a href="../RubyXL/Fills.html">Fills</a></code></li><li><code><a href="../RubyXL/FilterContainer.html">FilterContainer</a></code></li><li><code><a href="../RubyXL/FloatNode.html">FloatNode</a></code></li><li><code><a href="../RubyXL/FloatValue.html">FloatValue</a></code></li><li><code><a href="../RubyXL/Font.html">Font</a></code></li><li><code><a href="../RubyXL/FontConvenienceMethods.html">FontConvenienceMethods</a></code></li><li><code><a href="../RubyXL/FontScheme.html">FontScheme</a></code></li><li><code><a href="../RubyXL/Fonts.html">Fonts</a></code></li><li><code><a href="../RubyXL/Formula.html">Formula</a></code></li><li><code><a href="../RubyXL/FunctionGroup.html">FunctionGroup</a></code></li><li><code><a href="../RubyXL/FunctionGroups.html">FunctionGroups</a></code></li><li><code><a href="../RubyXL/GenericStorageObject.html">GenericStorageObject</a></code></li><li><code><a href="../RubyXL/GradientFill.html">GradientFill</a></code></li><li><code><a href="../RubyXL/HeaderFooterSettings.html">HeaderFooterSettings</a></code></li><li><code><a href="../RubyXL/Hyperlink.html">Hyperlink</a></code></li><li><code><a href="../RubyXL/HyperlinkRelFile.html">HyperlinkRelFile</a></code></li><li><code><a href="../RubyXL/Hyperlinks.html">Hyperlinks</a></code></li><li><code><a href="../RubyXL/IconFilter.html">IconFilter</a></code></li><li><code><a href="../RubyXL/IconSet.html">IconSet</a></code></li><li><code><a href="../RubyXL/IgnoredError.html">IgnoredError</a></code></li><li><code><a href="../RubyXL/IgnoredErrors.html">IgnoredErrors</a></code></li><li><code><a href="../RubyXL/IndexedColors.html">IndexedColors</a></code></li><li><code><a href="../RubyXL/InputCells.html">InputCells</a></code></li><li><code><a href="../RubyXL/IntegerNode.html">IntegerNode</a></code></li><li><code><a href="../RubyXL/IntegerValue.html">IntegerValue</a></code></li><li><code><a href="../RubyXL/LegacyCell.html">LegacyCell</a></code></li><li><code><a href="../RubyXL/LegacyWorksheet.html">LegacyWorksheet</a></code></li><li><code><a href="../RubyXL/MRUColors.html">MRUColors</a></code></li><li><code><a href="../RubyXL/MacrosFile.html">MacrosFile</a></code></li><li><code><a href="../RubyXL/MergedCell.html">MergedCell</a></code></li><li><code><a href="../RubyXL/MergedCells.html">MergedCells</a></code></li><li><code><a href="../RubyXL/NumFmt.html">NumFmt</a></code></li><li><code><a href="../RubyXL/NumberFormat.html">NumberFormat</a></code></li><li><code><a href="../RubyXL/NumberFormats.html">NumberFormats</a></code></li><li><code><a href="../RubyXL/OLEObject.html">OLEObject</a></code></li><li><code><a href="../RubyXL/OLEObjectFile.html">OLEObjectFile</a></code></li><li><code><a href="../RubyXL/OLEObjects.html">OLEObjects</a></code></li><li><code><a href="../RubyXL/OLESize.html">OLESize</a></code></li><li><code><a href="../RubyXL/OOXMLContainerObject.html">OOXMLContainerObject</a></code></li><li><code><a href="../RubyXL/OOXMLIgnored.html">OOXMLIgnored</a></code></li><li><code><a href="../RubyXL/OOXMLObject.html">OOXMLObject</a></code></li><li><code><a href="../RubyXL/OOXMLObjectClassMethods.html">OOXMLObjectClassMethods</a></code></li><li><code><a href="../RubyXL/OOXMLObjectInstanceMethods.html">OOXMLObjectInstanceMethods</a></code></li><li><code><a href="../RubyXL/OOXMLRelationshipsFile.html">OOXMLRelationshipsFile</a></code></li><li><code><a href="../RubyXL/OOXMLTopLevelObject.html">OOXMLTopLevelObject</a></code></li><li><code><a href="../RubyXL/OdbcOleDbProperties.html">OdbcOleDbProperties</a></code></li><li><code><a href="../RubyXL/Offset.html">Offset</a></code></li><li><code><a href="../RubyXL/OlapProperties.html">OlapProperties</a></code></li><li><code><a href="../RubyXL/OleItem.html">OleItem</a></code></li><li><code><a href="../RubyXL/OleItems.html">OleItems</a></code></li><li><code><a href="../RubyXL/OleLink.html">OleLink</a></code></li><li><code><a href="../RubyXL/OutlineProperties.html">OutlineProperties</a></code></li><li><code><a href="../RubyXL/PageMargins.html">PageMargins</a></code></li><li><code><a href="../RubyXL/PageSetup.html">PageSetup</a></code></li><li><code><a href="../RubyXL/PageSetupProperties.html">PageSetupProperties</a></code></li><li><code><a href="../RubyXL/Pane.html">Pane</a></code></li><li><code><a href="../RubyXL/Parser.html">Parser</a></code></li><li><code><a href="../RubyXL/PatternFill.html">PatternFill</a></code></li><li><code><a href="../RubyXL/PersonMetadata.html">PersonMetadata</a></code></li><li><code><a href="../RubyXL/PhoneticProperties.html">PhoneticProperties</a></code></li><li><code><a href="../RubyXL/PhoneticRun.html">PhoneticRun</a></code></li><li><code><a href="../RubyXL/PivotArea.html">PivotArea</a></code></li><li><code><a href="../RubyXL/PivotCache.html">PivotCache</a></code></li><li><code><a href="../RubyXL/PivotCacheDefinitionFile.html">PivotCacheDefinitionFile</a></code></li><li><code><a href="../RubyXL/PivotCacheRecordsFile.html">PivotCacheRecordsFile</a></code></li><li><code><a href="../RubyXL/PivotCaches.html">PivotCaches</a></code></li><li><code><a href="../RubyXL/PivotReference.html">PivotReference</a></code></li><li><code><a href="../RubyXL/PivotReferences.html">PivotReferences</a></code></li><li><code><a href="../RubyXL/PivotTableFile.html">PivotTableFile</a></code></li><li><code><a href="../RubyXL/PivotTableSelection.html">PivotTableSelection</a></code></li><li><code><a href="../RubyXL/PresetGeometry.html">PresetGeometry</a></code></li><li><code><a href="../RubyXL/PrintOptions.html">PrintOptions</a></code></li><li><code><a href="../RubyXL/PrinterSettingsFile.html">PrinterSettingsFile</a></code></li><li><code><a href="../RubyXL/ProtectedRange.html">ProtectedRange</a></code></li><li><code><a href="../RubyXL/ProtectedRanges.html">ProtectedRanges</a></code></li><li><code><a href="../RubyXL/Protection.html">Protection</a></code></li><li><code><a href="../RubyXL/QueryParameter.html">QueryParameter</a></code></li><li><code><a href="../RubyXL/QueryParameters.html">QueryParameters</a></code></li><li><code><a href="../RubyXL/QueryTable.html">QueryTable</a></code></li><li><code><a href="../RubyXL/QueryTableDeletedField.html">QueryTableDeletedField</a></code></li><li><code><a href="../RubyXL/QueryTableDeletedFields.html">QueryTableDeletedFields</a></code></li><li><code><a href="../RubyXL/QueryTableField.html">QueryTableField</a></code></li><li><code><a href="../RubyXL/QueryTableFields.html">QueryTableFields</a></code></li><li><code><a href="../RubyXL/QueryTableRefresh.html">QueryTableRefresh</a></code></li><li><code><a href="../RubyXL/RID.html">RID</a></code></li><li><code><a href="../RubyXL/RawOOXML.html">RawOOXML</a></code></li><li><code><a href="../RubyXL/Reference.html">Reference</a></code></li><li><code><a href="../RubyXL/Relationship.html">Relationship</a></code></li><li><details><summary><code><a href="../RubyXL/RelationshipSupport.html">RelationshipSupport</a></code></summary><ul class="link-list nav-list"><li><code><a href="../RubyXL/RelationshipSupport/ClassMehods.html">ClassMehods</a></code></li></ul></details></li><li><code><a href="../RubyXL/RevisionPointer.html">RevisionPointer</a></code></li><li><code><a href="../RubyXL/RichText.html">RichText</a></code></li><li><code><a href="../RubyXL/RichTextRun.html">RichTextRun</a></code></li><li><code><a href="../RubyXL/Row.html">Row</a></code></li><li><code><a href="../RubyXL/RowExt.html">RowExt</a></code></li><li><code><a href="../RubyXL/RunProperties.html">RunProperties</a></code></li><li><code><a href="../RubyXL/Scenario.html">Scenario</a></code></li><li><code><a href="../RubyXL/Scenarios.html">Scenarios</a></code></li><li><code><a href="../RubyXL/Selection.html">Selection</a></code></li><li><code><a href="../RubyXL/ShapeGuide.html">ShapeGuide</a></code></li><li><code><a href="../RubyXL/ShapeTextRectangle.html">ShapeTextRectangle</a></code></li><li><code><a href="../RubyXL/SharedStringsTable.html">SharedStringsTable</a></code></li><li><code><a href="../RubyXL/Sheet.html">Sheet</a></code></li><li><code><a href="../RubyXL/SheetCalculationProperties.html">SheetCalculationProperties</a></code></li><li><code><a href="../RubyXL/SheetData.html">SheetData</a></code></li><li><code><a href="../RubyXL/SheetDataExt.html">SheetDataExt</a></code></li><li><code><a href="../RubyXL/SheetDataSet.html">SheetDataSet</a></code></li><li><code><a href="../RubyXL/SheetMetadata.html">SheetMetadata</a></code></li><li><code><a href="../RubyXL/SheetName.html">SheetName</a></code></li><li><code><a href="../RubyXL/SheetNames.html">SheetNames</a></code></li><li><code><a href="../RubyXL/Sheets.html">Sheets</a></code></li><li><code><a href="../RubyXL/SlicerCacheFile.html">SlicerCacheFile</a></code></li><li><code><a href="../RubyXL/SlicerFile.html">SlicerFile</a></code></li><li><code><a href="../RubyXL/SmartTagProperties.html">SmartTagProperties</a></code></li><li><code><a href="../RubyXL/SmartTagType.html">SmartTagType</a></code></li><li><code><a href="../RubyXL/SmartTagTypes.html">SmartTagTypes</a></code></li><li><code><a href="../RubyXL/SmartTags.html">SmartTags</a></code></li><li><code><a href="../RubyXL/SortCondition.html">SortCondition</a></code></li><li><code><a href="../RubyXL/SortState.html">SortState</a></code></li><li><code><a href="../RubyXL/Sqref.html">Sqref</a></code></li><li><code><a href="../RubyXL/Stop.html">Stop</a></code></li><li><code><a href="../RubyXL/StringNode.html">StringNode</a></code></li><li><code><a href="../RubyXL/StringNodeW3C.html">StringNodeW3C</a></code></li><li><code><a href="../RubyXL/StringValue.html">StringValue</a></code></li><li><code><a href="../RubyXL/Stylesheet.html">Stylesheet</a></code></li><li><code><a href="../RubyXL/TableFile.html">TableFile</a></code></li><li><code><a href="../RubyXL/TableParts.html">TableParts</a></code></li><li><code><a href="../RubyXL/TableStyle.html">TableStyle</a></code></li><li><code><a href="../RubyXL/TableStyles.html">TableStyles</a></code></li><li><code><a href="../RubyXL/Text.html">Text</a></code></li><li><code><a href="../RubyXL/TextImportSettings.html">TextImportSettings</a></code></li><li><code><a href="../RubyXL/Theme.html">Theme</a></code></li><li><code><a href="../RubyXL/ThemeElements.html">ThemeElements</a></code></li><li><code><a href="../RubyXL/ThumbnailFile.html">ThumbnailFile</a></code></li><li><code><a href="../RubyXL/Top10.html">Top10</a></code></li><li><code><a href="../RubyXL/VMLDrawingFile.html">VMLDrawingFile</a></code></li><li><code><a href="../RubyXL/Variant.html">Variant</a></code></li><li><code><a href="../RubyXL/Vector.html">Vector</a></code></li><li><code><a href="../RubyXL/VectorValue.html">VectorValue</a></code></li><li><code><a href="../RubyXL/VisualProperties.html">VisualProperties</a></code></li><li><code><a href="../RubyXL/WebPublishObject.html">WebPublishObject</a></code></li><li><code><a href="../RubyXL/WebPublishObjects.html">WebPublishObjects</a></code></li><li><code><a href="../RubyXL/WebPublishingItem.html">WebPublishingItem</a></code></li><li><code><a href="../RubyXL/WebPublishingItems.html">WebPublishingItems</a></code></li><li><code><a href="../RubyXL/WebPublishingProperties.html">WebPublishingProperties</a></code></li><li><code><a href="../RubyXL/WebQueryProperties.html">WebQueryProperties</a></code></li><li><code><a href="../RubyXL/Workbook.html">Workbook</a></code></li><li><code><a href="../RubyXL/WorkbookConvenienceMethods.html">WorkbookConvenienceMethods</a></code></li><li><code><a href="../RubyXL/WorkbookProperties.html">WorkbookProperties</a></code></li><li><code><a href="../RubyXL/WorkbookProtection.html">WorkbookProtection</a></code></li><li><code><a href="../RubyXL/WorkbookRoot.html">WorkbookRoot</a></code></li><li><code><a href="../RubyXL/WorkbookView.html">WorkbookView</a></code></li><li><code><a href="../RubyXL/WorkbookViews.html">WorkbookViews</a></code></li><li><code><a href="../RubyXL/Worksheet.html">Worksheet</a></code></li><li><code><a href="../RubyXL/WorksheetConvenienceMethods.html">WorksheetConvenienceMethods</a></code></li><li><code><a href="../RubyXL/WorksheetDimensions.html">WorksheetDimensions</a></code></li><li><code><a href="../RubyXL/WorksheetFormatProperties.html">WorksheetFormatProperties</a></code></li><li><code><a href="../RubyXL/WorksheetProperties.html">WorksheetProperties</a></code></li><li><code><a href="../RubyXL/WorksheetProtection.html">WorksheetProtection</a></code></li><li><code><a href="../RubyXL/WorksheetView.html">WorksheetView</a></code></li><li><code><a href="../RubyXL/WorksheetViews.html">WorksheetViews</a></code></li><li><code><a href="../RubyXL/XF.html">XF</a></code></li></ul></details></li></ul>
535
+ </details>
536
+ </div>
537
+
109
538
  </nav>
110
539
 
111
- <main role="main" aria-labelledby="module-RubyXL::CellConvenienceMethods">
112
- <h1 id="module-RubyXL::CellConvenienceMethods" class="module">
540
+ <main role="main" aria-labelledby="module-rubyxl-cellconveniencemethods">
541
+
542
+
543
+ <ol role="navigation" aria-label="Breadcrumb navigation" class="breadcrumb">
544
+
545
+ <li>
546
+
547
+ <a href="../RubyXL.html">RubyXL</a><span>::</span>
548
+
549
+ </li>
550
+
551
+ <li>
552
+
553
+ <span>CellConvenienceMethods</span>
554
+
555
+ </li>
556
+
557
+ </ol>
558
+
559
+
560
+ <span id="module-RubyXL::CellConvenienceMethods" class="legacy-anchor"></span>
561
+ <h1 id="module-rubyxl-cellconveniencemethods" class="anchor-link module">
113
562
  module RubyXL::CellConvenienceMethods
114
563
  </h1>
115
564
 
@@ -117,29 +566,53 @@
117
566
 
118
567
  </section>
119
568
 
120
- <section id="5Buntitled-5D" class="documentation-section">
569
+
570
+ <span id="5Buntitled-5D" class="legacy-anchor"></span>
571
+ <section class="documentation-section anchor-link">
121
572
 
122
573
 
123
574
 
124
575
 
125
576
 
126
- <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
577
+
578
+
579
+
580
+
581
+
582
+
583
+
584
+
585
+
586
+
587
+
588
+
589
+
590
+ <section id="public-instance-untitled-method-details" class="method-section anchor-link">
127
591
  <header>
128
- <h3>Public Instance Methods</h3>
592
+ <h3 id="public-instance-untitled-methods"><a href="#public-instance-untitled-methods">Public Instance Methods</a></h3>
129
593
  </header>
130
594
 
131
- <div id="method-i-add_hyperlink" class="method-detail ">
132
- <div class="method-heading">
133
- <span class="method-name">add_hyperlink</span><span
134
- class="method-args">(url, tooltip = nil)</span>
135
- <span class="method-click-advice">click to toggle source</span>
595
+
596
+ <div id="method-i-add_hyperlink" class="method-detail anchor-link ">
597
+ <div class="method-header">
598
+
599
+ <div class="method-heading">
600
+ <a href="#method-i-add_hyperlink" title="Link to this method">
601
+ <span class="method-name">add_hyperlink</span>
602
+ <span class="method-args">(url, tooltip = nil)</span>
603
+ </a>
604
+ </div>
605
+
136
606
  </div>
137
607
 
138
- <div class="method-description">
139
-
140
608
 
609
+ <div class="method-controls">
610
+ <details class="method-source-toggle">
611
+ <summary>Source</summary>
612
+ </details>
613
+ </div>
141
614
  <div class="method-source-code" id="add_hyperlink-source">
142
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 256</span>
615
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 256</span>
143
616
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">add_hyperlink</span>(<span class="ruby-identifier">url</span>, <span class="ruby-identifier">tooltip</span> = <span class="ruby-keyword">nil</span>)
144
617
  <span class="ruby-identifier">worksheet</span>.<span class="ruby-identifier">relationship_container</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">OOXMLRelationshipsFile</span>.<span class="ruby-identifier">new</span>
145
618
  <span class="ruby-identifier">relationships</span> = <span class="ruby-identifier">worksheet</span>.<span class="ruby-identifier">relationship_container</span>.<span class="ruby-identifier">relationships</span>
@@ -153,68 +626,175 @@
153
626
  <span class="ruby-identifier">worksheet</span>.<span class="ruby-identifier">hyperlinks</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">hyperlink</span>
154
627
  <span class="ruby-keyword">end</span></pre>
155
628
  </div>
629
+
630
+
631
+
632
+ <div class="method-description">
633
+
634
+
635
+
636
+
637
+
156
638
  </div>
157
639
 
158
640
 
641
+
642
+
643
+
159
644
  </div>
160
645
 
161
- <div id="method-i-change_border" class="method-detail ">
162
- <div class="method-heading">
163
- <span class="method-name">change_border</span><span
164
- class="method-args">(direction, weight)</span>
165
- <span class="method-click-advice">click to toggle source</span>
646
+
647
+ <div id="method-i-add_shared_string" class="method-detail anchor-link ">
648
+ <div class="method-header">
649
+
650
+ <div class="method-heading">
651
+ <a href="#method-i-add_shared_string" title="Link to this method">
652
+ <span class="method-name">add_shared_string</span>
653
+ <span class="method-args">(str)</span>
654
+ </a>
655
+ </div>
656
+
166
657
  </div>
167
658
 
659
+
660
+ <div class="method-controls">
661
+ <details class="method-source-toggle">
662
+ <summary>Source</summary>
663
+ </details>
664
+ </div>
665
+ <div class="method-source-code" id="add_shared_string-source">
666
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 269</span>
667
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">add_shared_string</span>(<span class="ruby-identifier">str</span>)
668
+ <span class="ruby-keyword">self</span>.<span class="ruby-identifier">datatype</span> = <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">DataType</span><span class="ruby-operator">::</span><span class="ruby-constant">SHARED_STRING</span>
669
+ <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">shared_strings_container</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">SharedStringsTable</span>.<span class="ruby-identifier">new</span>
670
+ <span class="ruby-keyword">self</span>.<span class="ruby-identifier">raw_value</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">shared_strings_container</span>.<span class="ruby-identifier">add</span>(<span class="ruby-identifier">str</span>)
671
+ <span class="ruby-keyword">end</span></pre>
672
+ </div>
673
+
674
+
675
+
168
676
  <div class="method-description">
677
+
678
+
169
679
 
170
680
 
681
+
682
+ </div>
683
+
684
+
685
+
686
+
687
+
688
+ </div>
689
+
690
+
691
+ <div id="method-i-change_border" class="method-detail anchor-link ">
692
+ <div class="method-header">
693
+
694
+ <div class="method-heading">
695
+ <a href="#method-i-change_border" title="Link to this method">
696
+ <span class="method-name">change_border</span>
697
+ <span class="method-args">(direction, weight, diagonals = nil)</span>
698
+ </a>
699
+ </div>
700
+
701
+ </div>
702
+
703
+
704
+ <div class="method-controls">
705
+ <details class="method-source-toggle">
706
+ <summary>Source</summary>
707
+ </details>
708
+ </div>
171
709
  <div class="method-source-code" id="change_border-source">
172
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 71</span>
173
- <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">change_border</span>(<span class="ruby-identifier">direction</span>, <span class="ruby-identifier">weight</span>)
710
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 71</span>
711
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">change_border</span>(<span class="ruby-identifier">direction</span>, <span class="ruby-identifier">weight</span>, <span class="ruby-identifier">diagonals</span> = <span class="ruby-keyword">nil</span>)
174
712
  <span class="ruby-identifier">validate_worksheet</span>
175
- <span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">modify_border</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span>, <span class="ruby-identifier">direction</span>, <span class="ruby-identifier">weight</span>)
713
+ <span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">modify_border</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span>, <span class="ruby-identifier">direction</span>, <span class="ruby-identifier">weight</span>, <span class="ruby-identifier">diagonals</span>)
176
714
  <span class="ruby-keyword">end</span></pre>
177
715
  </div>
716
+
717
+
718
+
719
+ <div class="method-description">
720
+
721
+
722
+
723
+
724
+
178
725
  </div>
179
726
 
180
727
 
728
+
729
+
730
+
181
731
  </div>
182
732
 
183
- <div id="method-i-change_border_color" class="method-detail ">
184
- <div class="method-heading">
185
- <span class="method-name">change_border_color</span><span
186
- class="method-args">(direction, color)</span>
187
- <span class="method-click-advice">click to toggle source</span>
733
+
734
+ <div id="method-i-change_border_color" class="method-detail anchor-link ">
735
+ <div class="method-header">
736
+
737
+ <div class="method-heading">
738
+ <a href="#method-i-change_border_color" title="Link to this method">
739
+ <span class="method-name">change_border_color</span>
740
+ <span class="method-args">(direction, color)</span>
741
+ </a>
742
+ </div>
743
+
188
744
  </div>
189
745
 
190
- <div class="method-description">
191
-
192
746
 
747
+ <div class="method-controls">
748
+ <details class="method-source-toggle">
749
+ <summary>Source</summary>
750
+ </details>
751
+ </div>
193
752
  <div class="method-source-code" id="change_border_color-source">
194
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 76</span>
753
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 76</span>
195
754
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">change_border_color</span>(<span class="ruby-identifier">direction</span>, <span class="ruby-identifier">color</span>)
196
755
  <span class="ruby-identifier">validate_worksheet</span>
197
756
  <span class="ruby-constant">Color</span>.<span class="ruby-identifier">validate_color</span>(<span class="ruby-identifier">color</span>)
198
757
  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">modify_border_color</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span>, <span class="ruby-identifier">direction</span>, <span class="ruby-identifier">color</span>)
199
758
  <span class="ruby-keyword">end</span></pre>
200
759
  </div>
760
+
761
+
762
+
763
+ <div class="method-description">
764
+
765
+
766
+
767
+
768
+
201
769
  </div>
202
770
 
203
771
 
772
+
773
+
774
+
204
775
  </div>
205
776
 
206
- <div id="method-i-change_contents" class="method-detail ">
207
- <div class="method-heading">
208
- <span class="method-name">change_contents</span><span
209
- class="method-args">(data, formula_expression = nil)</span>
210
- <span class="method-click-advice">click to toggle source</span>
777
+
778
+ <div id="method-i-change_contents" class="method-detail anchor-link ">
779
+ <div class="method-header">
780
+
781
+ <div class="method-heading">
782
+ <a href="#method-i-change_contents" title="Link to this method">
783
+ <span class="method-name">change_contents</span>
784
+ <span class="method-args">(data, formula_expression = nil)</span>
785
+ </a>
786
+ </div>
787
+
211
788
  </div>
212
789
 
213
- <div class="method-description">
214
-
215
790
 
791
+ <div class="method-controls">
792
+ <details class="method-source-toggle">
793
+ <summary>Source</summary>
794
+ </details>
795
+ </div>
216
796
  <div class="method-source-code" id="change_contents-source">
217
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 3</span>
797
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 3</span>
218
798
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">change_contents</span>(<span class="ruby-identifier">data</span>, <span class="ruby-identifier">formula_expression</span> = <span class="ruby-keyword">nil</span>)
219
799
  <span class="ruby-identifier">validate_worksheet</span>
220
800
 
@@ -233,46 +813,88 @@
233
813
  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">raw_value</span> = <span class="ruby-identifier">data</span>
234
814
  <span class="ruby-keyword">end</span></pre>
235
815
  </div>
816
+
817
+
818
+
819
+ <div class="method-description">
820
+
821
+
822
+
823
+
824
+
236
825
  </div>
237
826
 
238
827
 
828
+
829
+
830
+
239
831
  </div>
240
832
 
241
- <div id="method-i-change_fill" class="method-detail ">
242
- <div class="method-heading">
243
- <span class="method-name">change_fill</span><span
244
- class="method-args">(rgb = &#39;ffffff&#39;)</span>
245
- <span class="method-click-advice">click to toggle source</span>
833
+
834
+ <div id="method-i-change_fill" class="method-detail anchor-link ">
835
+ <div class="method-header">
836
+
837
+ <div class="method-heading">
838
+ <a href="#method-i-change_fill" title="Link to this method">
839
+ <span class="method-name">change_fill</span>
840
+ <span class="method-args">(rgb = &#39;ffffff&#39;)</span>
841
+ </a>
842
+ </div>
843
+
246
844
  </div>
247
845
 
248
- <div class="method-description">
249
- <p>Changes fill color of cell</p>
250
846
 
847
+ <div class="method-controls">
848
+ <details class="method-source-toggle">
849
+ <summary>Source</summary>
850
+ </details>
851
+ </div>
251
852
  <div class="method-source-code" id="change_fill-source">
252
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 165</span>
853
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 165</span>
253
854
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">change_fill</span>(<span class="ruby-identifier">rgb</span> = <span class="ruby-string">&#39;ffffff&#39;</span>)
254
855
  <span class="ruby-identifier">validate_worksheet</span>
255
856
  <span class="ruby-constant">Color</span>.<span class="ruby-identifier">validate_color</span>(<span class="ruby-identifier">rgb</span>)
256
857
  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">modify_fill</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span>, <span class="ruby-identifier">rgb</span>)
257
858
  <span class="ruby-keyword">end</span></pre>
258
859
  </div>
860
+
861
+
862
+
863
+ <div class="method-description">
864
+
865
+
866
+ <p>Changes fill color of cell</p>
867
+
868
+
259
869
  </div>
260
870
 
261
871
 
872
+
873
+
874
+
262
875
  </div>
263
876
 
264
- <div id="method-i-change_font_bold" class="method-detail ">
265
- <div class="method-heading">
266
- <span class="method-name">change_font_bold</span><span
267
- class="method-args">(bolded = false)</span>
268
- <span class="method-click-advice">click to toggle source</span>
877
+
878
+ <div id="method-i-change_font_bold" class="method-detail anchor-link ">
879
+ <div class="method-header">
880
+
881
+ <div class="method-heading">
882
+ <a href="#method-i-change_font_bold" title="Link to this method">
883
+ <span class="method-name">change_font_bold</span>
884
+ <span class="method-args">(bolded = false)</span>
885
+ </a>
886
+ </div>
887
+
269
888
  </div>
270
889
 
271
- <div class="method-description">
272
- <p>Changes font bold settings of cell</p>
273
890
 
891
+ <div class="method-controls">
892
+ <details class="method-source-toggle">
893
+ <summary>Source</summary>
894
+ </details>
895
+ </div>
274
896
  <div class="method-source-code" id="change_font_bold-source">
275
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 210</span>
897
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 210</span>
276
898
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">change_font_bold</span>(<span class="ruby-identifier">bolded</span> = <span class="ruby-keyword">false</span>)
277
899
  <span class="ruby-identifier">validate_worksheet</span>
278
900
 
@@ -281,23 +903,44 @@
281
903
  <span class="ruby-identifier">update_font_references</span>(<span class="ruby-identifier">font</span>)
282
904
  <span class="ruby-keyword">end</span></pre>
283
905
  </div>
906
+
907
+
908
+
909
+ <div class="method-description">
910
+
911
+
912
+ <p>Changes font bold settings of cell</p>
913
+
914
+
284
915
  </div>
285
916
 
286
917
 
918
+
919
+
920
+
287
921
  </div>
288
922
 
289
- <div id="method-i-change_font_color" class="method-detail ">
290
- <div class="method-heading">
291
- <span class="method-name">change_font_color</span><span
292
- class="method-args">(font_color = &#39;000000&#39;)</span>
293
- <span class="method-click-advice">click to toggle source</span>
923
+
924
+ <div id="method-i-change_font_color" class="method-detail anchor-link ">
925
+ <div class="method-header">
926
+
927
+ <div class="method-heading">
928
+ <a href="#method-i-change_font_color" title="Link to this method">
929
+ <span class="method-name">change_font_color</span>
930
+ <span class="method-args">(font_color = &#39;000000&#39;)</span>
931
+ </a>
932
+ </div>
933
+
294
934
  </div>
295
935
 
296
- <div class="method-description">
297
- <p>Changes font color of cell</p>
298
936
 
937
+ <div class="method-controls">
938
+ <details class="method-source-toggle">
939
+ <summary>Source</summary>
940
+ </details>
941
+ </div>
299
942
  <div class="method-source-code" id="change_font_color-source">
300
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 191</span>
943
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 191</span>
301
944
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">change_font_color</span>(<span class="ruby-identifier">font_color</span> = <span class="ruby-string">&#39;000000&#39;</span>)
302
945
  <span class="ruby-identifier">validate_worksheet</span>
303
946
  <span class="ruby-constant">Color</span>.<span class="ruby-identifier">validate_color</span>(<span class="ruby-identifier">font_color</span>)
@@ -307,23 +950,44 @@
307
950
  <span class="ruby-identifier">update_font_references</span>(<span class="ruby-identifier">font</span>)
308
951
  <span class="ruby-keyword">end</span></pre>
309
952
  </div>
953
+
954
+
955
+
956
+ <div class="method-description">
957
+
958
+
959
+ <p>Changes font color of cell</p>
960
+
961
+
310
962
  </div>
311
963
 
312
964
 
965
+
966
+
967
+
313
968
  </div>
314
969
 
315
- <div id="method-i-change_font_italics" class="method-detail ">
316
- <div class="method-heading">
317
- <span class="method-name">change_font_italics</span><span
318
- class="method-args">(italicized = false)</span>
319
- <span class="method-click-advice">click to toggle source</span>
970
+
971
+ <div id="method-i-change_font_italics" class="method-detail anchor-link ">
972
+ <div class="method-header">
973
+
974
+ <div class="method-heading">
975
+ <a href="#method-i-change_font_italics" title="Link to this method">
976
+ <span class="method-name">change_font_italics</span>
977
+ <span class="method-args">(italicized = false)</span>
978
+ </a>
979
+ </div>
980
+
320
981
  </div>
321
982
 
322
- <div class="method-description">
323
- <p>Changes font italics settings of cell</p>
324
983
 
984
+ <div class="method-controls">
985
+ <details class="method-source-toggle">
986
+ <summary>Source</summary>
987
+ </details>
988
+ </div>
325
989
  <div class="method-source-code" id="change_font_italics-source">
326
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 201</span>
990
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 201</span>
327
991
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">change_font_italics</span>(<span class="ruby-identifier">italicized</span> = <span class="ruby-keyword">false</span>)
328
992
  <span class="ruby-identifier">validate_worksheet</span>
329
993
 
@@ -332,23 +996,44 @@
332
996
  <span class="ruby-identifier">update_font_references</span>(<span class="ruby-identifier">font</span>)
333
997
  <span class="ruby-keyword">end</span></pre>
334
998
  </div>
999
+
1000
+
1001
+
1002
+ <div class="method-description">
1003
+
1004
+
1005
+ <p>Changes font italics settings of cell</p>
1006
+
1007
+
335
1008
  </div>
336
1009
 
337
1010
 
1011
+
1012
+
1013
+
338
1014
  </div>
339
1015
 
340
- <div id="method-i-change_font_name" class="method-detail ">
341
- <div class="method-heading">
342
- <span class="method-name">change_font_name</span><span
343
- class="method-args">(new_font_name = &#39;Verdana&#39;)</span>
344
- <span class="method-click-advice">click to toggle source</span>
1016
+
1017
+ <div id="method-i-change_font_name" class="method-detail anchor-link ">
1018
+ <div class="method-header">
1019
+
1020
+ <div class="method-heading">
1021
+ <a href="#method-i-change_font_name" title="Link to this method">
1022
+ <span class="method-name">change_font_name</span>
1023
+ <span class="method-args">(new_font_name = &#39;Verdana&#39;)</span>
1024
+ </a>
1025
+ </div>
1026
+
345
1027
  </div>
346
1028
 
347
- <div class="method-description">
348
- <p>Changes font name of cell</p>
349
1029
 
1030
+ <div class="method-controls">
1031
+ <details class="method-source-toggle">
1032
+ <summary>Source</summary>
1033
+ </details>
1034
+ </div>
350
1035
  <div class="method-source-code" id="change_font_name-source">
351
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 172</span>
1036
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 172</span>
352
1037
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">change_font_name</span>(<span class="ruby-identifier">new_font_name</span> = <span class="ruby-string">&#39;Verdana&#39;</span>)
353
1038
  <span class="ruby-identifier">validate_worksheet</span>
354
1039
 
@@ -357,23 +1042,44 @@
357
1042
  <span class="ruby-identifier">update_font_references</span>(<span class="ruby-identifier">font</span>)
358
1043
  <span class="ruby-keyword">end</span></pre>
359
1044
  </div>
1045
+
1046
+
1047
+
1048
+ <div class="method-description">
1049
+
1050
+
1051
+ <p>Changes font name of cell</p>
1052
+
1053
+
360
1054
  </div>
361
1055
 
362
1056
 
1057
+
1058
+
1059
+
363
1060
  </div>
364
1061
 
365
- <div id="method-i-change_font_size" class="method-detail ">
366
- <div class="method-heading">
367
- <span class="method-name">change_font_size</span><span
368
- class="method-args">(font_size = 10)</span>
369
- <span class="method-click-advice">click to toggle source</span>
1062
+
1063
+ <div id="method-i-change_font_size" class="method-detail anchor-link ">
1064
+ <div class="method-header">
1065
+
1066
+ <div class="method-heading">
1067
+ <a href="#method-i-change_font_size" title="Link to this method">
1068
+ <span class="method-name">change_font_size</span>
1069
+ <span class="method-args">(font_size = 10)</span>
1070
+ </a>
1071
+ </div>
1072
+
370
1073
  </div>
371
1074
 
372
- <div class="method-description">
373
- <p>Changes font size of cell</p>
374
1075
 
1076
+ <div class="method-controls">
1077
+ <details class="method-source-toggle">
1078
+ <summary>Source</summary>
1079
+ </details>
1080
+ </div>
375
1081
  <div class="method-source-code" id="change_font_size-source">
376
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 181</span>
1082
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 181</span>
377
1083
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">change_font_size</span>(<span class="ruby-identifier">font_size</span> = <span class="ruby-value">10</span>)
378
1084
  <span class="ruby-identifier">validate_worksheet</span>
379
1085
  <span class="ruby-identifier">raise</span> <span class="ruby-string">&#39;Argument must be a number&#39;</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">font_size</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Integer</span>) <span class="ruby-operator">||</span> <span class="ruby-identifier">font_size</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Float</span>)
@@ -383,23 +1089,44 @@
383
1089
  <span class="ruby-identifier">update_font_references</span>(<span class="ruby-identifier">font</span>)
384
1090
  <span class="ruby-keyword">end</span></pre>
385
1091
  </div>
1092
+
1093
+
1094
+
1095
+ <div class="method-description">
1096
+
1097
+
1098
+ <p>Changes font size of cell</p>
1099
+
1100
+
386
1101
  </div>
387
1102
 
388
1103
 
1104
+
1105
+
1106
+
389
1107
  </div>
390
1108
 
391
- <div id="method-i-change_font_strikethrough" class="method-detail ">
392
- <div class="method-heading">
393
- <span class="method-name">change_font_strikethrough</span><span
394
- class="method-args">(struckthrough = false)</span>
395
- <span class="method-click-advice">click to toggle source</span>
1109
+
1110
+ <div id="method-i-change_font_strikethrough" class="method-detail anchor-link ">
1111
+ <div class="method-header">
1112
+
1113
+ <div class="method-heading">
1114
+ <a href="#method-i-change_font_strikethrough" title="Link to this method">
1115
+ <span class="method-name">change_font_strikethrough</span>
1116
+ <span class="method-args">(struckthrough = false)</span>
1117
+ </a>
1118
+ </div>
1119
+
396
1120
  </div>
397
1121
 
398
- <div class="method-description">
399
-
400
1122
 
1123
+ <div class="method-controls">
1124
+ <details class="method-source-toggle">
1125
+ <summary>Source</summary>
1126
+ </details>
1127
+ </div>
401
1128
  <div class="method-source-code" id="change_font_strikethrough-source">
402
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 227</span>
1129
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 227</span>
403
1130
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">change_font_strikethrough</span>(<span class="ruby-identifier">struckthrough</span> = <span class="ruby-keyword">false</span>)
404
1131
  <span class="ruby-identifier">validate_worksheet</span>
405
1132
 
@@ -408,23 +1135,44 @@
408
1135
  <span class="ruby-identifier">update_font_references</span>(<span class="ruby-identifier">font</span>)
409
1136
  <span class="ruby-keyword">end</span></pre>
410
1137
  </div>
1138
+
1139
+
1140
+
1141
+ <div class="method-description">
1142
+
1143
+
1144
+
1145
+
1146
+
411
1147
  </div>
412
1148
 
413
1149
 
1150
+
1151
+
1152
+
414
1153
  </div>
415
1154
 
416
- <div id="method-i-change_font_underline" class="method-detail ">
417
- <div class="method-heading">
418
- <span class="method-name">change_font_underline</span><span
419
- class="method-args">(underlined = false)</span>
420
- <span class="method-click-advice">click to toggle source</span>
1155
+
1156
+ <div id="method-i-change_font_underline" class="method-detail anchor-link ">
1157
+ <div class="method-header">
1158
+
1159
+ <div class="method-heading">
1160
+ <a href="#method-i-change_font_underline" title="Link to this method">
1161
+ <span class="method-name">change_font_underline</span>
1162
+ <span class="method-args">(underlined = false)</span>
1163
+ </a>
1164
+ </div>
1165
+
421
1166
  </div>
422
1167
 
423
- <div class="method-description">
424
- <p>Changes font underline settings of cell</p>
425
1168
 
1169
+ <div class="method-controls">
1170
+ <details class="method-source-toggle">
1171
+ <summary>Source</summary>
1172
+ </details>
1173
+ </div>
426
1174
  <div class="method-source-code" id="change_font_underline-source">
427
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 219</span>
1175
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 219</span>
428
1176
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">change_font_underline</span>(<span class="ruby-identifier">underlined</span> = <span class="ruby-keyword">false</span>)
429
1177
  <span class="ruby-identifier">validate_worksheet</span>
430
1178
 
@@ -433,243 +1181,474 @@
433
1181
  <span class="ruby-identifier">update_font_references</span>(<span class="ruby-identifier">font</span>)
434
1182
  <span class="ruby-keyword">end</span></pre>
435
1183
  </div>
1184
+
1185
+
1186
+
1187
+ <div class="method-description">
1188
+
1189
+
1190
+ <p>Changes font underline settings of cell</p>
1191
+
1192
+
436
1193
  </div>
437
1194
 
438
1195
 
1196
+
1197
+
1198
+
439
1199
  </div>
440
1200
 
441
- <div id="method-i-change_horizontal_alignment" class="method-detail ">
442
- <div class="method-heading">
443
- <span class="method-name">change_horizontal_alignment</span><span
444
- class="method-args">(alignment = &#39;center&#39;)</span>
445
- <span class="method-click-advice">click to toggle source</span>
1201
+
1202
+ <div id="method-i-change_horizontal_alignment" class="method-detail anchor-link ">
1203
+ <div class="method-header">
1204
+
1205
+ <div class="method-heading">
1206
+ <a href="#method-i-change_horizontal_alignment" title="Link to this method">
1207
+ <span class="method-name">change_horizontal_alignment</span>
1208
+ <span class="method-args">(alignment = &#39;center&#39;)</span>
1209
+ </a>
1210
+ </div>
1211
+
446
1212
  </div>
447
1213
 
448
- <div class="method-description">
449
-
450
1214
 
1215
+ <div class="method-controls">
1216
+ <details class="method-source-toggle">
1217
+ <summary>Source</summary>
1218
+ </details>
1219
+ </div>
451
1220
  <div class="method-source-code" id="change_horizontal_alignment-source">
452
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 41</span>
1221
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 41</span>
453
1222
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">change_horizontal_alignment</span>(<span class="ruby-identifier">alignment</span> = <span class="ruby-string">&#39;center&#39;</span>)
454
1223
  <span class="ruby-identifier">validate_worksheet</span>
455
1224
  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">modify_alignment</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">a</span><span class="ruby-operator">|</span> <span class="ruby-identifier">a</span>.<span class="ruby-identifier">horizontal</span> = <span class="ruby-identifier">alignment</span> }
456
1225
  <span class="ruby-keyword">end</span></pre>
457
1226
  </div>
1227
+
1228
+
1229
+
1230
+ <div class="method-description">
1231
+
1232
+
1233
+
1234
+
1235
+
458
1236
  </div>
459
1237
 
460
1238
 
1239
+
1240
+
1241
+
461
1242
  </div>
462
1243
 
463
- <div id="method-i-change_shrink_to_fit" class="method-detail ">
464
- <div class="method-heading">
465
- <span class="method-name">change_shrink_to_fit</span><span
466
- class="method-args">(shrink_to_fit = false)</span>
467
- <span class="method-click-advice">click to toggle source</span>
1244
+
1245
+ <div id="method-i-change_shrink_to_fit" class="method-detail anchor-link ">
1246
+ <div class="method-header">
1247
+
1248
+ <div class="method-heading">
1249
+ <a href="#method-i-change_shrink_to_fit" title="Link to this method">
1250
+ <span class="method-name">change_shrink_to_fit</span>
1251
+ <span class="method-args">(shrink_to_fit = false)</span>
1252
+ </a>
1253
+ </div>
1254
+
468
1255
  </div>
469
1256
 
470
- <div class="method-description">
471
-
472
1257
 
1258
+ <div class="method-controls">
1259
+ <details class="method-source-toggle">
1260
+ <summary>Source</summary>
1261
+ </details>
1262
+ </div>
473
1263
  <div class="method-source-code" id="change_shrink_to_fit-source">
474
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 56</span>
1264
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 56</span>
475
1265
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">change_shrink_to_fit</span>(<span class="ruby-identifier">shrink_to_fit</span> = <span class="ruby-keyword">false</span>)
476
1266
  <span class="ruby-identifier">validate_worksheet</span>
477
1267
  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">modify_alignment</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">a</span><span class="ruby-operator">|</span> <span class="ruby-identifier">a</span>.<span class="ruby-identifier">shrink_to_fit</span> = <span class="ruby-identifier">shrink_to_fit</span> }
478
1268
  <span class="ruby-keyword">end</span></pre>
479
1269
  </div>
1270
+
1271
+
1272
+
1273
+ <div class="method-description">
1274
+
1275
+
1276
+
1277
+
1278
+
480
1279
  </div>
481
1280
 
482
1281
 
1282
+
1283
+
1284
+
483
1285
  </div>
484
1286
 
485
- <div id="method-i-change_text_indent" class="method-detail ">
486
- <div class="method-heading">
487
- <span class="method-name">change_text_indent</span><span
488
- class="method-args">(indent)</span>
489
- <span class="method-click-advice">click to toggle source</span>
1287
+
1288
+ <div id="method-i-change_text_indent" class="method-detail anchor-link ">
1289
+ <div class="method-header">
1290
+
1291
+ <div class="method-heading">
1292
+ <a href="#method-i-change_text_indent" title="Link to this method">
1293
+ <span class="method-name">change_text_indent</span>
1294
+ <span class="method-args">(indent)</span>
1295
+ </a>
1296
+ </div>
1297
+
490
1298
  </div>
491
1299
 
492
- <div class="method-description">
493
-
494
1300
 
1301
+ <div class="method-controls">
1302
+ <details class="method-source-toggle">
1303
+ <summary>Source</summary>
1304
+ </details>
1305
+ </div>
495
1306
  <div class="method-source-code" id="change_text_indent-source">
496
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 66</span>
1307
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 66</span>
497
1308
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">change_text_indent</span>(<span class="ruby-identifier">indent</span>)
498
1309
  <span class="ruby-identifier">validate_worksheet</span>
499
1310
  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">modify_alignment</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">a</span><span class="ruby-operator">|</span> <span class="ruby-identifier">a</span>.<span class="ruby-identifier">indent</span> = <span class="ruby-identifier">indent</span> }
500
1311
  <span class="ruby-keyword">end</span></pre>
501
1312
  </div>
1313
+
1314
+
1315
+
1316
+ <div class="method-description">
1317
+
1318
+
1319
+
1320
+
1321
+
502
1322
  </div>
503
1323
 
504
1324
 
1325
+
1326
+
1327
+
505
1328
  </div>
506
1329
 
507
- <div id="method-i-change_text_rotation" class="method-detail ">
508
- <div class="method-heading">
509
- <span class="method-name">change_text_rotation</span><span
510
- class="method-args">(rot)</span>
511
- <span class="method-click-advice">click to toggle source</span>
1330
+
1331
+ <div id="method-i-change_text_rotation" class="method-detail anchor-link ">
1332
+ <div class="method-header">
1333
+
1334
+ <div class="method-heading">
1335
+ <a href="#method-i-change_text_rotation" title="Link to this method">
1336
+ <span class="method-name">change_text_rotation</span>
1337
+ <span class="method-args">(rot)</span>
1338
+ </a>
1339
+ </div>
1340
+
512
1341
  </div>
513
1342
 
514
- <div class="method-description">
515
-
516
1343
 
1344
+ <div class="method-controls">
1345
+ <details class="method-source-toggle">
1346
+ <summary>Source</summary>
1347
+ </details>
1348
+ </div>
517
1349
  <div class="method-source-code" id="change_text_rotation-source">
518
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 61</span>
1350
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 61</span>
519
1351
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">change_text_rotation</span>(<span class="ruby-identifier">rot</span>)
520
1352
  <span class="ruby-identifier">validate_worksheet</span>
521
1353
  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">modify_alignment</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">a</span><span class="ruby-operator">|</span> <span class="ruby-identifier">a</span>.<span class="ruby-identifier">text_rotation</span> = <span class="ruby-identifier">rot</span> }
522
1354
  <span class="ruby-keyword">end</span></pre>
523
1355
  </div>
1356
+
1357
+
1358
+
1359
+ <div class="method-description">
1360
+
1361
+
1362
+
1363
+
1364
+
524
1365
  </div>
525
1366
 
526
1367
 
1368
+
1369
+
1370
+
527
1371
  </div>
528
1372
 
529
- <div id="method-i-change_text_wrap" class="method-detail ">
530
- <div class="method-heading">
531
- <span class="method-name">change_text_wrap</span><span
532
- class="method-args">(wrap = false)</span>
533
- <span class="method-click-advice">click to toggle source</span>
1373
+
1374
+ <div id="method-i-change_text_wrap" class="method-detail anchor-link ">
1375
+ <div class="method-header">
1376
+
1377
+ <div class="method-heading">
1378
+ <a href="#method-i-change_text_wrap" title="Link to this method">
1379
+ <span class="method-name">change_text_wrap</span>
1380
+ <span class="method-args">(wrap = false)</span>
1381
+ </a>
1382
+ </div>
1383
+
534
1384
  </div>
535
1385
 
536
- <div class="method-description">
537
-
538
1386
 
1387
+ <div class="method-controls">
1388
+ <details class="method-source-toggle">
1389
+ <summary>Source</summary>
1390
+ </details>
1391
+ </div>
539
1392
  <div class="method-source-code" id="change_text_wrap-source">
540
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 51</span>
1393
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 51</span>
541
1394
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">change_text_wrap</span>(<span class="ruby-identifier">wrap</span> = <span class="ruby-keyword">false</span>)
542
1395
  <span class="ruby-identifier">validate_worksheet</span>
543
1396
  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">modify_alignment</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">a</span><span class="ruby-operator">|</span> <span class="ruby-identifier">a</span>.<span class="ruby-identifier">wrap_text</span> = <span class="ruby-identifier">wrap</span> }
544
1397
  <span class="ruby-keyword">end</span></pre>
545
1398
  </div>
1399
+
1400
+
1401
+
1402
+ <div class="method-description">
1403
+
1404
+
1405
+
1406
+
1407
+
546
1408
  </div>
547
1409
 
548
1410
 
1411
+
1412
+
1413
+
549
1414
  </div>
550
1415
 
551
- <div id="method-i-change_vertical_alignment" class="method-detail ">
552
- <div class="method-heading">
553
- <span class="method-name">change_vertical_alignment</span><span
554
- class="method-args">(alignment = &#39;center&#39;)</span>
555
- <span class="method-click-advice">click to toggle source</span>
1416
+
1417
+ <div id="method-i-change_vertical_alignment" class="method-detail anchor-link ">
1418
+ <div class="method-header">
1419
+
1420
+ <div class="method-heading">
1421
+ <a href="#method-i-change_vertical_alignment" title="Link to this method">
1422
+ <span class="method-name">change_vertical_alignment</span>
1423
+ <span class="method-args">(alignment = &#39;center&#39;)</span>
1424
+ </a>
1425
+ </div>
1426
+
556
1427
  </div>
557
1428
 
558
- <div class="method-description">
559
-
560
1429
 
1430
+ <div class="method-controls">
1431
+ <details class="method-source-toggle">
1432
+ <summary>Source</summary>
1433
+ </details>
1434
+ </div>
561
1435
  <div class="method-source-code" id="change_vertical_alignment-source">
562
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 46</span>
1436
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 46</span>
563
1437
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">change_vertical_alignment</span>(<span class="ruby-identifier">alignment</span> = <span class="ruby-string">&#39;center&#39;</span>)
564
1438
  <span class="ruby-identifier">validate_worksheet</span>
565
1439
  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">modify_alignment</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">a</span><span class="ruby-operator">|</span> <span class="ruby-identifier">a</span>.<span class="ruby-identifier">vertical</span> = <span class="ruby-identifier">alignment</span> }
566
1440
  <span class="ruby-keyword">end</span></pre>
567
1441
  </div>
1442
+
1443
+
1444
+
1445
+ <div class="method-description">
1446
+
1447
+
1448
+
1449
+
1450
+
568
1451
  </div>
569
1452
 
570
1453
 
1454
+
1455
+
1456
+
571
1457
  </div>
572
1458
 
573
- <div id="method-i-fill_color" class="method-detail ">
574
- <div class="method-heading">
575
- <span class="method-name">fill_color</span><span
576
- class="method-args">()</span>
577
- <span class="method-click-advice">click to toggle source</span>
1459
+
1460
+ <div id="method-i-fill_color" class="method-detail anchor-link ">
1461
+ <div class="method-header">
1462
+
1463
+ <div class="method-heading">
1464
+ <a href="#method-i-fill_color" title="Link to this method">
1465
+ <span class="method-name">fill_color</span>
1466
+ <span class="method-args">()</span>
1467
+ </a>
1468
+ </div>
1469
+
578
1470
  </div>
579
1471
 
580
- <div class="method-description">
581
-
582
1472
 
1473
+ <div class="method-controls">
1474
+ <details class="method-source-toggle">
1475
+ <summary>Source</summary>
1476
+ </details>
1477
+ </div>
583
1478
  <div class="method-source-code" id="fill_color-source">
584
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 117</span>
1479
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 117</span>
585
1480
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">fill_color</span>
586
1481
  <span class="ruby-identifier">validate_worksheet</span>
587
- <span class="ruby-keyword">return</span> <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">get_fill_color</span>(<span class="ruby-identifier">get_cell_xf</span>)
1482
+ <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">get_fill_color</span>(<span class="ruby-identifier">get_cell_xf</span>)
588
1483
  <span class="ruby-keyword">end</span></pre>
589
1484
  </div>
1485
+
1486
+
1487
+
1488
+ <div class="method-description">
1489
+
1490
+
1491
+
1492
+
1493
+
590
1494
  </div>
591
1495
 
592
1496
 
1497
+
1498
+
1499
+
593
1500
  </div>
594
1501
 
595
- <div id="method-i-font_color" class="method-detail ">
596
- <div class="method-heading">
597
- <span class="method-name">font_color</span><span
598
- class="method-args">()</span>
599
- <span class="method-click-advice">click to toggle source</span>
1502
+
1503
+ <div id="method-i-font_color" class="method-detail anchor-link ">
1504
+ <div class="method-header">
1505
+
1506
+ <div class="method-heading">
1507
+ <a href="#method-i-font_color" title="Link to this method">
1508
+ <span class="method-name">font_color</span>
1509
+ <span class="method-args">()</span>
1510
+ </a>
1511
+ </div>
1512
+
600
1513
  </div>
601
1514
 
602
- <div class="method-description">
603
-
604
1515
 
1516
+ <div class="method-controls">
1517
+ <details class="method-source-toggle">
1518
+ <summary>Source</summary>
1519
+ </details>
1520
+ </div>
605
1521
  <div class="method-source-code" id="font_color-source">
606
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 112</span>
1522
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 112</span>
607
1523
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">font_color</span>
608
1524
  <span class="ruby-identifier">validate_worksheet</span>
609
1525
  <span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">get_rgb_color</span> <span class="ruby-operator">||</span> <span class="ruby-string">&#39;000000&#39;</span>
610
1526
  <span class="ruby-keyword">end</span></pre>
611
1527
  </div>
1528
+
1529
+
1530
+
1531
+ <div class="method-description">
1532
+
1533
+
1534
+
1535
+
1536
+
612
1537
  </div>
613
1538
 
614
1539
 
1540
+
1541
+
1542
+
615
1543
  </div>
616
1544
 
617
- <div id="method-i-font_name" class="method-detail ">
618
- <div class="method-heading">
619
- <span class="method-name">font_name</span><span
620
- class="method-args">()</span>
621
- <span class="method-click-advice">click to toggle source</span>
1545
+
1546
+ <div id="method-i-font_name" class="method-detail anchor-link ">
1547
+ <div class="method-header">
1548
+
1549
+ <div class="method-heading">
1550
+ <a href="#method-i-font_name" title="Link to this method">
1551
+ <span class="method-name">font_name</span>
1552
+ <span class="method-args">()</span>
1553
+ </a>
1554
+ </div>
1555
+
622
1556
  </div>
623
1557
 
624
- <div class="method-description">
625
-
626
1558
 
1559
+ <div class="method-controls">
1560
+ <details class="method-source-toggle">
1561
+ <summary>Source</summary>
1562
+ </details>
1563
+ </div>
627
1564
  <div class="method-source-code" id="font_name-source">
628
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 102</span>
1565
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 102</span>
629
1566
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">font_name</span>
630
1567
  <span class="ruby-identifier">validate_worksheet</span>
631
1568
  <span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">get_name</span>
632
1569
  <span class="ruby-keyword">end</span></pre>
633
1570
  </div>
1571
+
1572
+
1573
+
1574
+ <div class="method-description">
1575
+
1576
+
1577
+
1578
+
1579
+
634
1580
  </div>
635
1581
 
636
1582
 
1583
+
1584
+
1585
+
637
1586
  </div>
638
1587
 
639
- <div id="method-i-font_size" class="method-detail ">
640
- <div class="method-heading">
641
- <span class="method-name">font_size</span><span
642
- class="method-args">()</span>
643
- <span class="method-click-advice">click to toggle source</span>
1588
+
1589
+ <div id="method-i-font_size" class="method-detail anchor-link ">
1590
+ <div class="method-header">
1591
+
1592
+ <div class="method-heading">
1593
+ <a href="#method-i-font_size" title="Link to this method">
1594
+ <span class="method-name">font_size</span>
1595
+ <span class="method-args">()</span>
1596
+ </a>
1597
+ </div>
1598
+
644
1599
  </div>
645
1600
 
646
- <div class="method-description">
647
-
648
1601
 
1602
+ <div class="method-controls">
1603
+ <details class="method-source-toggle">
1604
+ <summary>Source</summary>
1605
+ </details>
1606
+ </div>
649
1607
  <div class="method-source-code" id="font_size-source">
650
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 107</span>
1608
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 107</span>
651
1609
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">font_size</span>
652
1610
  <span class="ruby-identifier">validate_worksheet</span>
653
1611
  <span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">get_size</span>
654
1612
  <span class="ruby-keyword">end</span></pre>
655
1613
  </div>
1614
+
1615
+
1616
+
1617
+ <div class="method-description">
1618
+
1619
+
1620
+
1621
+
1622
+
656
1623
  </div>
657
1624
 
658
1625
 
1626
+
1627
+
1628
+
659
1629
  </div>
660
1630
 
661
- <div id="method-i-font_switch" class="method-detail ">
662
- <div class="method-heading">
663
- <span class="method-name">font_switch</span><span
664
- class="method-args">(change_type, arg)</span>
665
- <span class="method-click-advice">click to toggle source</span>
1631
+
1632
+ <div id="method-i-font_switch" class="method-detail anchor-link ">
1633
+ <div class="method-header">
1634
+
1635
+ <div class="method-heading">
1636
+ <a href="#method-i-font_switch" title="Link to this method">
1637
+ <span class="method-name">font_switch</span>
1638
+ <span class="method-args">(change_type, arg)</span>
1639
+ </a>
1640
+ </div>
1641
+
666
1642
  </div>
667
1643
 
668
- <div class="method-description">
669
- <p>Performs correct modification based on what type of change_type is specified</p>
670
1644
 
1645
+ <div class="method-controls">
1646
+ <details class="method-source-toggle">
1647
+ <summary>Source</summary>
1648
+ </details>
1649
+ </div>
671
1650
  <div class="method-source-code" id="font_switch-source">
672
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 243</span>
1651
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 243</span>
673
1652
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">font_switch</span>(<span class="ruby-identifier">change_type</span>, <span class="ruby-identifier">arg</span>)
674
1653
  <span class="ruby-keyword">case</span> <span class="ruby-identifier">change_type</span>
675
1654
  <span class="ruby-keyword">when</span> <span class="ruby-constant">Worksheet</span><span class="ruby-operator">::</span><span class="ruby-constant">NAME</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">change_font_name</span>(<span class="ruby-identifier">arg</span>)
@@ -683,67 +1662,130 @@
683
1662
  <span class="ruby-keyword">end</span>
684
1663
  <span class="ruby-keyword">end</span></pre>
685
1664
  </div>
1665
+
1666
+
1667
+
1668
+ <div class="method-description">
1669
+
1670
+
1671
+ <p>Performs correct modification based on what type of change_type is specified</p>
1672
+
1673
+
686
1674
  </div>
687
1675
 
688
1676
 
1677
+
1678
+
1679
+
689
1680
  </div>
690
1681
 
691
- <div id="method-i-get_border" class="method-detail ">
692
- <div class="method-heading">
693
- <span class="method-name">get_border</span><span
694
- class="method-args">(direction)</span>
695
- <span class="method-click-advice">click to toggle source</span>
1682
+
1683
+ <div id="method-i-get_border" class="method-detail anchor-link ">
1684
+ <div class="method-header">
1685
+
1686
+ <div class="method-heading">
1687
+ <a href="#method-i-get_border" title="Link to this method">
1688
+ <span class="method-name">get_border</span>
1689
+ <span class="method-args">(direction)</span>
1690
+ </a>
1691
+ </div>
1692
+
696
1693
  </div>
697
1694
 
698
- <div class="method-description">
699
-
700
1695
 
1696
+ <div class="method-controls">
1697
+ <details class="method-source-toggle">
1698
+ <summary>Source</summary>
1699
+ </details>
1700
+ </div>
701
1701
  <div class="method-source-code" id="get_border-source">
702
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 31</span>
1702
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 31</span>
703
1703
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">get_border</span>(<span class="ruby-identifier">direction</span>)
704
1704
  <span class="ruby-identifier">validate_worksheet</span>
705
1705
  <span class="ruby-identifier">get_cell_border</span>.<span class="ruby-identifier">get_edge_style</span>(<span class="ruby-identifier">direction</span>)
706
1706
  <span class="ruby-keyword">end</span></pre>
707
1707
  </div>
1708
+
1709
+
1710
+
1711
+ <div class="method-description">
1712
+
1713
+
1714
+
1715
+
1716
+
708
1717
  </div>
709
1718
 
710
1719
 
1720
+
1721
+
1722
+
711
1723
  </div>
712
1724
 
713
- <div id="method-i-get_border_color" class="method-detail ">
714
- <div class="method-heading">
715
- <span class="method-name">get_border_color</span><span
716
- class="method-args">(direction)</span>
717
- <span class="method-click-advice">click to toggle source</span>
1725
+
1726
+ <div id="method-i-get_border_color" class="method-detail anchor-link ">
1727
+ <div class="method-header">
1728
+
1729
+ <div class="method-heading">
1730
+ <a href="#method-i-get_border_color" title="Link to this method">
1731
+ <span class="method-name">get_border_color</span>
1732
+ <span class="method-args">(direction)</span>
1733
+ </a>
1734
+ </div>
1735
+
718
1736
  </div>
719
1737
 
720
- <div class="method-description">
721
-
722
1738
 
1739
+ <div class="method-controls">
1740
+ <details class="method-source-toggle">
1741
+ <summary>Source</summary>
1742
+ </details>
1743
+ </div>
723
1744
  <div class="method-source-code" id="get_border_color-source">
724
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 36</span>
1745
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 36</span>
725
1746
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">get_border_color</span>(<span class="ruby-identifier">direction</span>)
726
1747
  <span class="ruby-identifier">validate_worksheet</span>
727
1748
  <span class="ruby-identifier">get_cell_border</span>.<span class="ruby-identifier">get_edge_color</span>(<span class="ruby-identifier">direction</span>)
728
1749
  <span class="ruby-keyword">end</span></pre>
729
1750
  </div>
1751
+
1752
+
1753
+
1754
+ <div class="method-description">
1755
+
1756
+
1757
+
1758
+
1759
+
730
1760
  </div>
731
1761
 
732
1762
 
1763
+
1764
+
1765
+
733
1766
  </div>
734
1767
 
735
- <div id="method-i-horizontal_alignment" class="method-detail ">
736
- <div class="method-heading">
737
- <span class="method-name">horizontal_alignment</span><span
738
- class="method-args">()</span>
739
- <span class="method-click-advice">click to toggle source</span>
1768
+
1769
+ <div id="method-i-horizontal_alignment" class="method-detail anchor-link ">
1770
+ <div class="method-header">
1771
+
1772
+ <div class="method-heading">
1773
+ <a href="#method-i-horizontal_alignment" title="Link to this method">
1774
+ <span class="method-name">horizontal_alignment</span>
1775
+ <span class="method-args">()</span>
1776
+ </a>
1777
+ </div>
1778
+
740
1779
  </div>
741
1780
 
742
- <div class="method-description">
743
-
744
1781
 
1782
+ <div class="method-controls">
1783
+ <details class="method-source-toggle">
1784
+ <summary>Source</summary>
1785
+ </details>
1786
+ </div>
745
1787
  <div class="method-source-code" id="horizontal_alignment-source">
746
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 122</span>
1788
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 122</span>
747
1789
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">horizontal_alignment</span>
748
1790
  <span class="ruby-identifier">validate_worksheet</span>
749
1791
  <span class="ruby-identifier">xf_obj</span> = <span class="ruby-identifier">get_cell_xf</span>
@@ -751,111 +1793,216 @@
751
1793
  <span class="ruby-identifier">xf_obj</span>.<span class="ruby-identifier">alignment</span>.<span class="ruby-identifier">horizontal</span>
752
1794
  <span class="ruby-keyword">end</span></pre>
753
1795
  </div>
1796
+
1797
+
1798
+
1799
+ <div class="method-description">
1800
+
1801
+
1802
+
1803
+
1804
+
754
1805
  </div>
755
1806
 
756
1807
 
1808
+
1809
+
1810
+
757
1811
  </div>
758
1812
 
759
- <div id="method-i-is_bolded" class="method-detail ">
760
- <div class="method-heading">
761
- <span class="method-name">is_bolded</span><span
762
- class="method-args">()</span>
763
- <span class="method-click-advice">click to toggle source</span>
1813
+
1814
+ <div id="method-i-is_bolded" class="method-detail anchor-link ">
1815
+ <div class="method-header">
1816
+
1817
+ <div class="method-heading">
1818
+ <a href="#method-i-is_bolded" title="Link to this method">
1819
+ <span class="method-name">is_bolded</span>
1820
+ <span class="method-args">()</span>
1821
+ </a>
1822
+ </div>
1823
+
764
1824
  </div>
765
1825
 
766
- <div class="method-description">
767
-
768
1826
 
1827
+ <div class="method-controls">
1828
+ <details class="method-source-toggle">
1829
+ <summary>Source</summary>
1830
+ </details>
1831
+ </div>
769
1832
  <div class="method-source-code" id="is_bolded-source">
770
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 87</span>
1833
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 87</span>
771
1834
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">is_bolded</span>
772
1835
  <span class="ruby-identifier">validate_worksheet</span>
773
1836
  <span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">is_bold</span>
774
1837
  <span class="ruby-keyword">end</span></pre>
775
1838
  </div>
1839
+
1840
+
1841
+
1842
+ <div class="method-description">
1843
+
1844
+
1845
+
1846
+
1847
+
776
1848
  </div>
777
1849
 
778
1850
 
1851
+
1852
+
1853
+
779
1854
  </div>
780
1855
 
781
- <div id="method-i-is_italicized" class="method-detail ">
782
- <div class="method-heading">
783
- <span class="method-name">is_italicized</span><span
784
- class="method-args">()</span>
785
- <span class="method-click-advice">click to toggle source</span>
1856
+
1857
+ <div id="method-i-is_italicized" class="method-detail anchor-link ">
1858
+ <div class="method-header">
1859
+
1860
+ <div class="method-heading">
1861
+ <a href="#method-i-is_italicized" title="Link to this method">
1862
+ <span class="method-name">is_italicized</span>
1863
+ <span class="method-args">()</span>
1864
+ </a>
1865
+ </div>
1866
+
786
1867
  </div>
787
1868
 
788
- <div class="method-description">
789
-
790
1869
 
1870
+ <div class="method-controls">
1871
+ <details class="method-source-toggle">
1872
+ <summary>Source</summary>
1873
+ </details>
1874
+ </div>
791
1875
  <div class="method-source-code" id="is_italicized-source">
792
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 82</span>
1876
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 82</span>
793
1877
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">is_italicized</span>
794
1878
  <span class="ruby-identifier">validate_worksheet</span>
795
1879
  <span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">is_italic</span>
796
1880
  <span class="ruby-keyword">end</span></pre>
797
1881
  </div>
1882
+
1883
+
1884
+
1885
+ <div class="method-description">
1886
+
1887
+
1888
+
1889
+
1890
+
798
1891
  </div>
799
1892
 
800
1893
 
1894
+
1895
+
1896
+
801
1897
  </div>
802
1898
 
803
- <div id="method-i-is_struckthrough" class="method-detail ">
804
- <div class="method-heading">
805
- <span class="method-name">is_struckthrough</span><span
806
- class="method-args">()</span>
807
- <span class="method-click-advice">click to toggle source</span>
1899
+
1900
+ <div id="method-i-is_struckthrough" class="method-detail anchor-link ">
1901
+ <div class="method-header">
1902
+
1903
+ <div class="method-heading">
1904
+ <a href="#method-i-is_struckthrough" title="Link to this method">
1905
+ <span class="method-name">is_struckthrough</span>
1906
+ <span class="method-args">()</span>
1907
+ </a>
1908
+ </div>
1909
+
808
1910
  </div>
809
1911
 
810
- <div class="method-description">
811
-
812
1912
 
1913
+ <div class="method-controls">
1914
+ <details class="method-source-toggle">
1915
+ <summary>Source</summary>
1916
+ </details>
1917
+ </div>
813
1918
  <div class="method-source-code" id="is_struckthrough-source">
814
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 97</span>
1919
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 97</span>
815
1920
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">is_struckthrough</span>
816
1921
  <span class="ruby-identifier">validate_worksheet</span>
817
1922
  <span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">is_strikethrough</span>
818
1923
  <span class="ruby-keyword">end</span></pre>
819
1924
  </div>
1925
+
1926
+
1927
+
1928
+ <div class="method-description">
1929
+
1930
+
1931
+
1932
+
1933
+
820
1934
  </div>
821
1935
 
822
1936
 
1937
+
1938
+
1939
+
823
1940
  </div>
824
1941
 
825
- <div id="method-i-is_underlined" class="method-detail ">
826
- <div class="method-heading">
827
- <span class="method-name">is_underlined</span><span
828
- class="method-args">()</span>
829
- <span class="method-click-advice">click to toggle source</span>
1942
+
1943
+ <div id="method-i-is_underlined" class="method-detail anchor-link ">
1944
+ <div class="method-header">
1945
+
1946
+ <div class="method-heading">
1947
+ <a href="#method-i-is_underlined" title="Link to this method">
1948
+ <span class="method-name">is_underlined</span>
1949
+ <span class="method-args">()</span>
1950
+ </a>
1951
+ </div>
1952
+
830
1953
  </div>
831
1954
 
832
- <div class="method-description">
833
-
834
1955
 
1956
+ <div class="method-controls">
1957
+ <details class="method-source-toggle">
1958
+ <summary>Source</summary>
1959
+ </details>
1960
+ </div>
835
1961
  <div class="method-source-code" id="is_underlined-source">
836
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 92</span>
1962
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 92</span>
837
1963
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">is_underlined</span>
838
1964
  <span class="ruby-identifier">validate_worksheet</span>
839
1965
  <span class="ruby-identifier">get_cell_font</span>.<span class="ruby-identifier">is_underlined</span>
840
1966
  <span class="ruby-keyword">end</span></pre>
841
1967
  </div>
1968
+
1969
+
1970
+
1971
+ <div class="method-description">
1972
+
1973
+
1974
+
1975
+
1976
+
842
1977
  </div>
843
1978
 
844
1979
 
1980
+
1981
+
1982
+
845
1983
  </div>
846
1984
 
847
- <div id="method-i-remove_formula" class="method-detail ">
848
- <div class="method-heading">
849
- <span class="method-name">remove_formula</span><span
850
- class="method-args">()</span>
851
- <span class="method-click-advice">click to toggle source</span>
1985
+
1986
+ <div id="method-i-remove_formula" class="method-detail anchor-link ">
1987
+ <div class="method-header">
1988
+
1989
+ <div class="method-heading">
1990
+ <a href="#method-i-remove_formula" title="Link to this method">
1991
+ <span class="method-name">remove_formula</span>
1992
+ <span class="method-args">()</span>
1993
+ </a>
1994
+ </div>
1995
+
852
1996
  </div>
853
1997
 
854
- <div class="method-description">
855
-
856
1998
 
1999
+ <div class="method-controls">
2000
+ <details class="method-source-toggle">
2001
+ <summary>Source</summary>
2002
+ </details>
2003
+ </div>
857
2004
  <div class="method-source-code" id="remove_formula-source">
858
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 21</span>
2005
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 21</span>
859
2006
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">remove_formula</span>
860
2007
  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">formula</span> = <span class="ruby-keyword">nil</span>
861
2008
 
@@ -866,23 +2013,44 @@
866
2013
  }
867
2014
  <span class="ruby-keyword">end</span></pre>
868
2015
  </div>
2016
+
2017
+
2018
+
2019
+ <div class="method-description">
2020
+
2021
+
2022
+
2023
+
2024
+
869
2025
  </div>
870
2026
 
871
2027
 
2028
+
2029
+
2030
+
872
2031
  </div>
873
2032
 
874
- <div id="method-i-set_number_format" class="method-detail ">
875
- <div class="method-heading">
876
- <span class="method-name">set_number_format</span><span
877
- class="method-args">(format_code)</span>
878
- <span class="method-click-advice">click to toggle source</span>
2033
+
2034
+ <div id="method-i-set_number_format" class="method-detail anchor-link ">
2035
+ <div class="method-header">
2036
+
2037
+ <div class="method-heading">
2038
+ <a href="#method-i-set_number_format" title="Link to this method">
2039
+ <span class="method-name">set_number_format</span>
2040
+ <span class="method-args">(format_code)</span>
2041
+ </a>
2042
+ </div>
2043
+
879
2044
  </div>
880
2045
 
881
- <div class="method-description">
882
-
883
2046
 
2047
+ <div class="method-controls">
2048
+ <details class="method-source-toggle">
2049
+ <summary>Source</summary>
2050
+ </details>
2051
+ </div>
884
2052
  <div class="method-source-code" id="set_number_format-source">
885
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 157</span>
2053
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 157</span>
886
2054
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">set_number_format</span>(<span class="ruby-identifier">format_code</span>)
887
2055
  <span class="ruby-identifier">new_xf</span> = <span class="ruby-identifier">get_cell_xf</span>.<span class="ruby-identifier">dup</span>
888
2056
  <span class="ruby-identifier">new_xf</span>.<span class="ruby-identifier">num_fmt_id</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">stylesheet</span>.<span class="ruby-identifier">register_number_format</span>(<span class="ruby-identifier">format_code</span>)
@@ -890,23 +2058,44 @@
890
2058
  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">style_index</span> = <span class="ruby-identifier">workbook</span>.<span class="ruby-identifier">register_new_xf</span>(<span class="ruby-identifier">new_xf</span>)
891
2059
  <span class="ruby-keyword">end</span></pre>
892
2060
  </div>
2061
+
2062
+
2063
+
2064
+ <div class="method-description">
2065
+
2066
+
2067
+
2068
+
2069
+
893
2070
  </div>
894
2071
 
895
2072
 
2073
+
2074
+
2075
+
896
2076
  </div>
897
2077
 
898
- <div id="method-i-text_indent" class="method-detail ">
899
- <div class="method-heading">
900
- <span class="method-name">text_indent</span><span
901
- class="method-args">()</span>
902
- <span class="method-click-advice">click to toggle source</span>
2078
+
2079
+ <div id="method-i-text_indent" class="method-detail anchor-link ">
2080
+ <div class="method-header">
2081
+
2082
+ <div class="method-heading">
2083
+ <a href="#method-i-text_indent" title="Link to this method">
2084
+ <span class="method-name">text_indent</span>
2085
+ <span class="method-args">()</span>
2086
+ </a>
2087
+ </div>
2088
+
903
2089
  </div>
904
2090
 
905
- <div class="method-description">
906
-
907
2091
 
2092
+ <div class="method-controls">
2093
+ <details class="method-source-toggle">
2094
+ <summary>Source</summary>
2095
+ </details>
2096
+ </div>
908
2097
  <div class="method-source-code" id="text_indent-source">
909
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 150</span>
2098
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 150</span>
910
2099
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">text_indent</span>
911
2100
  <span class="ruby-identifier">validate_worksheet</span>
912
2101
  <span class="ruby-identifier">xf_obj</span> = <span class="ruby-identifier">get_cell_xf</span>
@@ -914,23 +2103,44 @@
914
2103
  <span class="ruby-identifier">xf_obj</span>.<span class="ruby-identifier">alignment</span>.<span class="ruby-identifier">indent</span>
915
2104
  <span class="ruby-keyword">end</span></pre>
916
2105
  </div>
2106
+
2107
+
2108
+
2109
+ <div class="method-description">
2110
+
2111
+
2112
+
2113
+
2114
+
917
2115
  </div>
918
2116
 
919
2117
 
2118
+
2119
+
2120
+
920
2121
  </div>
921
2122
 
922
- <div id="method-i-text_rotation" class="method-detail ">
923
- <div class="method-heading">
924
- <span class="method-name">text_rotation</span><span
925
- class="method-args">()</span>
926
- <span class="method-click-advice">click to toggle source</span>
2123
+
2124
+ <div id="method-i-text_rotation" class="method-detail anchor-link ">
2125
+ <div class="method-header">
2126
+
2127
+ <div class="method-heading">
2128
+ <a href="#method-i-text_rotation" title="Link to this method">
2129
+ <span class="method-name">text_rotation</span>
2130
+ <span class="method-args">()</span>
2131
+ </a>
2132
+ </div>
2133
+
927
2134
  </div>
928
2135
 
929
- <div class="method-description">
930
-
931
2136
 
2137
+ <div class="method-controls">
2138
+ <details class="method-source-toggle">
2139
+ <summary>Source</summary>
2140
+ </details>
2141
+ </div>
932
2142
  <div class="method-source-code" id="text_rotation-source">
933
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 143</span>
2143
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 143</span>
934
2144
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">text_rotation</span>
935
2145
  <span class="ruby-identifier">validate_worksheet</span>
936
2146
  <span class="ruby-identifier">xf_obj</span> = <span class="ruby-identifier">get_cell_xf</span>
@@ -938,23 +2148,44 @@
938
2148
  <span class="ruby-identifier">xf_obj</span>.<span class="ruby-identifier">alignment</span>.<span class="ruby-identifier">text_rotation</span>
939
2149
  <span class="ruby-keyword">end</span></pre>
940
2150
  </div>
2151
+
2152
+
2153
+
2154
+ <div class="method-description">
2155
+
2156
+
2157
+
2158
+
2159
+
941
2160
  </div>
942
2161
 
943
2162
 
2163
+
2164
+
2165
+
944
2166
  </div>
945
2167
 
946
- <div id="method-i-text_wrap" class="method-detail ">
947
- <div class="method-heading">
948
- <span class="method-name">text_wrap</span><span
949
- class="method-args">()</span>
950
- <span class="method-click-advice">click to toggle source</span>
2168
+
2169
+ <div id="method-i-text_wrap" class="method-detail anchor-link ">
2170
+ <div class="method-header">
2171
+
2172
+ <div class="method-heading">
2173
+ <a href="#method-i-text_wrap" title="Link to this method">
2174
+ <span class="method-name">text_wrap</span>
2175
+ <span class="method-args">()</span>
2176
+ </a>
2177
+ </div>
2178
+
951
2179
  </div>
952
2180
 
953
- <div class="method-description">
954
-
955
2181
 
2182
+ <div class="method-controls">
2183
+ <details class="method-source-toggle">
2184
+ <summary>Source</summary>
2185
+ </details>
2186
+ </div>
956
2187
  <div class="method-source-code" id="text_wrap-source">
957
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 136</span>
2188
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 136</span>
958
2189
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">text_wrap</span>
959
2190
  <span class="ruby-identifier">validate_worksheet</span>
960
2191
  <span class="ruby-identifier">xf_obj</span> = <span class="ruby-identifier">get_cell_xf</span>
@@ -962,23 +2193,44 @@
962
2193
  <span class="ruby-identifier">xf_obj</span>.<span class="ruby-identifier">alignment</span>.<span class="ruby-identifier">wrap_text</span>
963
2194
  <span class="ruby-keyword">end</span></pre>
964
2195
  </div>
2196
+
2197
+
2198
+
2199
+ <div class="method-description">
2200
+
2201
+
2202
+
2203
+
2204
+
965
2205
  </div>
966
2206
 
967
2207
 
2208
+
2209
+
2210
+
968
2211
  </div>
969
2212
 
970
- <div id="method-i-vertical_alignment" class="method-detail ">
971
- <div class="method-heading">
972
- <span class="method-name">vertical_alignment</span><span
973
- class="method-args">()</span>
974
- <span class="method-click-advice">click to toggle source</span>
2213
+
2214
+ <div id="method-i-vertical_alignment" class="method-detail anchor-link ">
2215
+ <div class="method-header">
2216
+
2217
+ <div class="method-heading">
2218
+ <a href="#method-i-vertical_alignment" title="Link to this method">
2219
+ <span class="method-name">vertical_alignment</span>
2220
+ <span class="method-args">()</span>
2221
+ </a>
2222
+ </div>
2223
+
975
2224
  </div>
976
2225
 
977
- <div class="method-description">
978
-
979
2226
 
2227
+ <div class="method-controls">
2228
+ <details class="method-source-toggle">
2229
+ <summary>Source</summary>
2230
+ </details>
2231
+ </div>
980
2232
  <div class="method-source-code" id="vertical_alignment-source">
981
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 129</span>
2233
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/convenience_methods/cell.rb, line 129</span>
982
2234
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">vertical_alignment</span>
983
2235
  <span class="ruby-identifier">validate_worksheet</span>
984
2236
  <span class="ruby-identifier">xf_obj</span> = <span class="ruby-identifier">get_cell_xf</span>
@@ -986,20 +2238,53 @@
986
2238
  <span class="ruby-identifier">xf_obj</span>.<span class="ruby-identifier">alignment</span>.<span class="ruby-identifier">vertical</span>
987
2239
  <span class="ruby-keyword">end</span></pre>
988
2240
  </div>
2241
+
2242
+
2243
+
2244
+ <div class="method-description">
2245
+
2246
+
2247
+
2248
+
2249
+
989
2250
  </div>
990
2251
 
991
2252
 
2253
+
2254
+
2255
+
992
2256
  </div>
993
2257
 
2258
+
994
2259
  </section>
995
2260
 
2261
+
2262
+
2263
+
996
2264
  </section>
2265
+
997
2266
  </main>
998
2267
 
2268
+ <aside class="table-of-contents" role="complementary" aria-label="Table of Contents">
2269
+ <div class="toc-sticky">
2270
+ <h3 class="toc-heading">On This Page</h3>
2271
+ <nav class="toc-nav" id="toc-nav" aria-label="Page sections">
2272
+ <!-- Generated by JavaScript based on page headings -->
2273
+ </nav>
2274
+ </div>
2275
+ </aside>
2276
+
999
2277
 
1000
- <footer id="validator-badges" role="contentinfo">
1001
- <p><a href="https://validator.w3.org/check/referer">Validate</a>
1002
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.4.0.
1003
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
2278
+ <footer class="site-footer">
2279
+
2280
+
2281
+ <div class="footer-bottom">
2282
+ <p>
2283
+ Generated by <a href="https://ruby.github.io/rdoc/">RDoc 7.2.0</a>
2284
+ using the Aliki theme by <a href="http://st0012.dev">Stan Lo</a>
2285
+ </p>
2286
+ </div>
1004
2287
  </footer>
1005
2288
 
2289
+ </body>
2290
+